Package com.ibm.di.parser.xml

Provides classes for the XML 2 parser.

See:
          Description

Class Summary
NamespacesTracker This class is used for tracking the declared prefixes in the XML.
NullNamespacesTracker The XML Parser don't need to track the namespaces for certain cases so we are using this class to avoid doing any namespace tracking.
SimpleXPathEvaluator This class is used for parsing the configuration parameters of the XML Parser2.
TDIReaderProxy This class is used to work around problems like multi-rooted xml documents with more than one declarations.
XMLInputStreamDecoder This class checks the provided input stream for a BOM and if it is able to find it the information this mark carries is interpreted and the encoding is discovered.
XMLParser2 The Parser used to parse XML documents using the XLXP implementation of the StAX XML Parser.
 

Package com.ibm.di.parser.xml Description

Provides classes for the XML 2 parser.