Uses of Class
xml.newsax.XMLScanner.ScanException

Packages that use XMLScanner.ScanException
xml.newsax   
 

Uses of XMLScanner.ScanException in xml.newsax
 

Methods in xml.newsax that throw XMLScanner.ScanException
 void XMLScanner.scanXML(org.xml.sax.InputSource insrc, org.xml.sax.helpers.DefaultHandler hndlr)
          Parses the given source XML document, feeding SAX parse events to the given handler.
 void XMLScanner.scanXMLText(java.lang.String txt, org.xml.sax.helpers.DefaultHandler hndlr)
          Parses the given XML document text, feeding SAX parse events to the given handler.
 

Constructors in xml.newsax that throw XMLScanner.ScanException
XMLScanner(java.lang.String intag)
          Constructs a new validating scanner with the given idenfification tag.
XMLScanner(java.lang.String intag, boolean validate)
          Constructs a new scanner with the given idenfification tag, performing XML validataion or not, as specified.