Uses of Class
hmi.xml.XMLScanException

Packages that use XMLScanException
hmi.xml Support for reading and writing XML. 
 

Uses of XMLScanException in hmi.xml
 

Methods in hmi.xml that return XMLScanException
 XMLScanException XMLTokenizer.getXMLScanException(String message)
          returns an XMLScanException, containing the message String, but also including positional information, depending on available information, and settings.
 XMLScanException XMLTokenizer.getXMLScanException(String message, int mode)
          returns an XMLScanException, containing the message String, but also including positional information, depending on available information, and settings.
 

Methods in hmi.xml that throw XMLScanException
private  int XMLTokenizer.nextToken()
          Called to move the tokenizer to a next token.