- is
- InputStream containing the content to be parsed.
- dh
- The SAX DefaultHandler to use.
- systemId
- The systemId which is needed for resolving relative URIs.
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.