Uses of Interface
com.ibm.di.parser.ParserInterface

Packages that use ParserInterface
com.ibm.di.connector   
com.ibm.di.function   
com.ibm.di.parser   
com.ibm.di.trigger   
 

Uses of ParserInterface in com.ibm.di.connector
 

Methods in com.ibm.di.connector that return ParserInterface
 ParserInterface Connector.getParser()
          Returns the parser interface used by this connector.
 

Methods in com.ibm.di.connector with parameters of type ParserInterface
 void Connector.setParser(ParserInterface parser)
          Sets the connector's parser.
 

Uses of ParserInterface in com.ibm.di.function
 

Methods in com.ibm.di.function that return ParserInterface
 ParserInterface UserFunctions.getParser(String name)
          Load a parser.
static ParserInterface SystemFunctions.loadParser(ParserConfig config)
           
static ParserInterface SystemFunctions.loadParser(String name)
           
static ParserInterface SystemFunctions.loadParser(String name, RSInterface server)
           
 

Uses of ParserInterface in com.ibm.di.parser
 

Classes in com.ibm.di.parser that implement ParserInterface
 class CSVParser
          A class reading and writing dsEntries in a simple one-line-per-attribute format.
 class DSMLParser
           
 class Dsmlv2Parser
          A ITDI Parser class for reading and writing Entries in DSMLv2 format
 class FixedRecordParser
           
 class HTTPParser
           
 class LDIFParser
           
 class LineReader
           
 class ParserImpl
          The ParserImpl class provides the base class for parser implementations.
 class ScriptParser
           
 class SimpleParser
          A class reading and writing dsEntries in a simple one-line-per-attribute format.
 class SOAPParser
           
 class SPMLv2Parser
          A ITDI Parser class for reading and writing Entries in SPMLv2 DSMLv2 Profile format
 class XMLParser
          A class reading and writing Entries in XML format.
 class XMLSaxParser
          A class reading Entries in XML format.
 class XSLbasedXMLParser
          A class reading and writing Entries in XML format.
 

Methods in com.ibm.di.parser that return ParserInterface
 ParserInterface ParserInterface.getParser()
          Gets the parser attribute of the ParserInterface object
 ParserInterface ParserImpl.getParser()
          Return the chained parser (future implementation).
 

Methods in com.ibm.di.parser with parameters of type ParserInterface
 void ParserInterface.setParser(ParserInterface parser)
          Sets the parser attribute of the ParserInterface object
 void ParserImpl.setParser(ParserInterface parser)
          Set the chained parser (future implementation).
 

Uses of ParserInterface in com.ibm.di.trigger
 

Methods in com.ibm.di.trigger that return ParserInterface
 ParserInterface Trigger.loadParser(String name)
          Creates a parser object with the specified name.