Uses of Class
xml.XMLScanner.ScanException

Packages that use XMLScanner.ScanException
broadcast This package contains classes implementing the generation and synchronized dispatch of SiGML sequences over UDP to accompany a broadcast TV transmission. 
xml A collection of support classes for XML data handling. 
 

Uses of XMLScanner.ScanException in broadcast
 

Methods in broadcast that throw XMLScanner.ScanException
static void SiGMLStreamTransmitter.main(java.lang.String[] args)
           
 

Constructors in broadcast that throw XMLScanner.ScanException
SiGMLStreamTransmitter(java.lang.String path)
           
SiGMLStreamTransmitter(java.lang.String path, int bsportbase)
           
 

Uses of XMLScanner.ScanException in xml
 

Methods in xml 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.scanXML(java.lang.String inuri, org.xml.sax.helpers.DefaultHandler hndlr)
          Parses the source XML document with the given URI, 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 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.
XMLStringSAXHandler(java.lang.String xmlkindtag, CleanerEntityResolver cer, java.lang.String xml)
          Constructs a new handler, with a non-validating parser, for the given XML document text, with the given XML kind tag for use in error reporting, and using the given entity resolver during parsing.
XMLStringSAXHandler(java.lang.String xmlkindtag, CleanerEntityResolver cer, java.lang.String xml, boolean validate)
          Constructs a new handler for the given XML document text, with the given XML kind tag for use in error reporting, using the given entity resolver during parsing, and using the given flag to determine whether or not the handler should use a validating parser.
XMLStringSAXHandler(java.lang.String xmlkindtag, java.lang.String xml)
          Constructs a new handler, with a non-validating parser, for the given XML document text, with the given XML kind tag for use in error reporting.
XMLStringSAXHandler(java.lang.String xmlkindtag, java.lang.String xml, boolean validate)
          Constructs a new handler for the given XML document text, with the given XML kind tag for use in error reporting, and using the given flag to determine whether or not the handler should use a validating parser.