- is
- InputStream containing the content to be parsed.
- hb
- The SAX HandlerBase to use.
Type Reason Java.Lang.IllegalArgumentException If the given InputStream is null. Org.Xml.Sax.SAXException If parse produces a SAX error. Java.IO.IOException If an IO error occurs interacting with the InputStream.
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.