- is
- The InputSource containing the content to be parsed.
- hb
- The SAX HandlerBase to use.
Type Reason Java.Lang.IllegalArgumentException If the InputSource object is null. Java.IO.IOException If any IO errors occur. Org.Xml.Sax.SAXException If any SAX errors occur during processing.
Parse the content given Org.Xml.Sax.InputSource 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