Uses of Interface
com.twicom.qdparser.DocHandler

Uses of DocHandler in com.twicom.qdparser
 

Classes in com.twicom.qdparser that implement DocHandler
 class XMLReader
          Parses an XML structure producing the equivalent nested class structure
 

Methods in com.twicom.qdparser with parameters of type DocHandler
static void QDParser.parse(DocHandler doc, java.io.Reader r)
          Parses XML from a reader and returns a data structure containg the parsed XML.