Class Summary |
AbstractParser |
An abstract base class for all XTVD parsers . |
ParserFactory |
A factory class that is used to return appropriate instances of
Parser . |
RDBMSParser |
A parser implementation that is used to parse the
specified XML stream, and then write the data to a relational
database . |
WriterParser |
A parser implementation that is used to parse the
incoming XML stream, and then write the parsed data back to an
Writer . |
XtvdParser |
A parser implementation that is used to parse the
specified XML stream, and then create a Xtvd object that
represents the XML data. |