Package com.ibm.di.parser

Provides classes for the Directory Integrator's parsers.

See:
          Description

Interface Summary
ParserInterface This is the interface implemented by all TDI parsers.
 

Class Summary
CBEParser A class that reads and writes CBE objects in XML format.
CSVParser A class reading and writing Entries in a simple one-line-per-Entry format.
DSMLParser The DSML Parser reads and writes XML documents.
Dsmlv2Parser A TDI Parser class for reading and writing Entries in DSMLv2 format
FixedRecordParser The Fixed Parser reads and writes fixed length text records.
HTTPParser The HTTP Parser interprets a byte stream according to the HTTP specification.
IdMLParser The Parser used to parse IdML XML documents (or books).
JSONParser  
JsonTdiFactory This class implements the JsonFactory interface used by the IBM JavaScript Engine's JSON features.
LDIFParser The LDIF Parser reads and writes LDIF style data.
LineReader The Line Reader Parser reads single lines of data.
ParserImpl The ParserImpl class provides the base class for parser implementations.
ScriptParser To operate, a Script Parser must implement a few functions.
SimpleParser A class reading and writing dsEntries in a simple one-line-per-attribute format.
SOAPParser The SOAP Parser reads and writes SOAP XML documents.
SPMLv2Parser A TDI Parser class for reading and writing Entries in SPMLv2 DSMLv2 Profile format.
XMLParser A class reading and writing Entries in XML format.
XMLSaxParser A class reading Entries in XML format.
XSLbasedXMLParser A class reading and writing Entries in XML format.
 

Package com.ibm.di.parser Description

Provides classes for the Directory Integrator's parsers.