Uses of Class
com.twicom.qdparser.XMLParseException

Uses of XMLParseException in com.twicom.qdparser
 

Methods in com.twicom.qdparser that throw XMLParseException
 void XMLReader.endDocument()
           
 void DocHandler.endDocument()
          Called to indicate the end of the XML document being read
 void XMLReader.endElement(java.lang.String nameSpace, java.lang.String tag)
           
 void DocHandler.endElement(java.lang.String nameSpace, java.lang.String tag)
          Called to indicate the end of a tagged element
 TaggedElement XMLReader.parse()
          parses the XML and returns one top level XML class element
static void QDParser.parse(DocHandler doc, java.io.Reader r)
          Parses XML from a reader and returns a data structure containg the parsed XML.
 void XMLReader.startDocument()
           
 void DocHandler.startDocument()
          Called to indicate the start of the XML document being read
 void XMLReader.startElement(java.lang.String nameSpace, java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> attributes, int line, int col)
           
 void DocHandler.startElement(java.lang.String nameSpace, java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> attributes, int line, int col)
          Called to indicate the start of a tagged element
 void XMLReader.text(java.lang.String str, boolean cdata, int line, int col)
           
 void DocHandler.text(java.lang.String str, boolean cdata, int line, int col)
          Called to indicate that an untagged element has been read
 void XMLReader.text(java.lang.String str, int line, int col)
           
 void DocHandler.text(java.lang.String str, int line, int col)
          Called to indicate that an untagged element has been read