Package jd.xml.xpath.model.parse

Contains classes to parse a XML document and construct a XPath model.

See:
          Description

Class Summary
ParseHandler A ParseHandler uses a XML parser and calls appropriate ModelBuilder methods during parse.
ParseHandlerFactory ParseHandlerFactory creates ParseHandlers.
ParseTextBuffer ParseTextBuffer is a TextBuffer used to merge all subsequent text parse events of a Parser to a single string and to keep track if the text consists only of whitespace characters.
PullParseHandler A ParseHandler for PullParsers.
Sax1ParseHandler A ParseHandler for SAX 1 Parsers.
Sax2ParseHandler A ParseHandler for SAX 2 Parsers.
SaxParseHandler A base class for SAX ParseHandlers.
 

Package jd.xml.xpath.model.parse Description

Contains classes to parse a XML document and construct a XPath model.