- is
- InputStream containing the content to be parsed.
- dh
- The SAX DefaultHandler to use.
Type Reason Java.Lang.IllegalArgumentException If the given InputStream is null. Java.IO.IOException If any IO errors occur. Org.Xml.Sax.SAXException If any SAX errors occur during processing.
Parse the content of the given Java.IO.InputStream instance as XML using the specified Org.Xml.Sax.Helpers.DefaultHandler.