Uses of Class
casxml.XMLScanner.ScanException

Packages that use XMLScanner.ScanException
casxml Provides classes to handle CAS (Character Animation Stream) XML data input. 
 

Uses of XMLScanner.ScanException in casxml
 

Methods in casxml 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 casxml 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.