- is
- InputStream containing the content to be parsed.
- hb
- The SAX HandlerBase 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 error occurs interacting with the InputStream. 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.HandlerBase. Use of the DefaultHandler version of this method is recommended as the HandlerBase class has been deprecated in SAX 2.0.