Uses of Interface
com.ibm.di.parser.ParserInterface
-
Packages that use ParserInterface Package Description com.ibm.di.connector Provides classes for the Directory Integrator's connectors.com.ibm.di.fc Provides classes for the Directory Integrator's function components.com.ibm.di.function Provides useful functions for the Security Verify Directory Integrator.com.ibm.di.osgi com.ibm.di.parser Provides classes for the Directory Integrator's parsers.com.ibm.di.parser.xml Provides classes for the XML 2 parser. -
-
Uses of ParserInterface in com.ibm.di.connector
Methods in com.ibm.di.connector that return ParserInterface Modifier and Type Method Description ParserInterfaceConnector. getParser()Returns the parser interface used by this connector.Methods in com.ibm.di.connector with parameters of type ParserInterface Modifier and Type Method Description voidConnector. setParser(ParserInterface parser)Sets the connector's parser. -
Uses of ParserInterface in com.ibm.di.fc
Methods in com.ibm.di.fc that return ParserInterface Modifier and Type Method Description ParserInterfaceParserFC. getParser()This method provides access to theParserInterfaceimplementation used internally. -
Uses of ParserInterface in com.ibm.di.function
Methods in com.ibm.di.function that return ParserInterface Modifier and Type Method Description ParserInterfaceUserFunctions. getParser(java.lang.String name)Load a parser Interface from the current Config.static ParserInterfaceSystemFunctions. loadParser(ParserConfig config)static ParserInterfaceSystemFunctions. loadParser(java.lang.String name)static ParserInterfaceSystemFunctions. loadParser(java.lang.String name, RSInterface server) -
Uses of ParserInterface in com.ibm.di.osgi
Methods in com.ibm.di.osgi that return ParserInterface Modifier and Type Method Description ParserInterfaceConnectorDelegate. getParser()Methods in com.ibm.di.osgi with parameters of type ParserInterface Modifier and Type Method Description voidConnectorDelegate. setParser(ParserInterface parser) -
Uses of ParserInterface in com.ibm.di.parser
Classes in com.ibm.di.parser that implement ParserInterface Modifier and Type Class Description classCBEParserA class that reads and writes CBE objects in XML format.classCSVParserA class reading and writing Entries in a simple one-line-per-Entry format.classDSMLParserThe DSML Parser reads and writes XML documents.classDsmlv2ParserA TDI Parser class for reading and writing Entries in DSMLv2 formatclassFixedRecordParserThe Fixed Parser reads and writes fixed length text records.classHTTPParserThe HTTP Parser interprets a byte stream according to the HTTP specification.classIdMLParserThe Parser used to parse IdML XML documents (or books).classJSONParserclassLDIFParserThe LDIF Parser reads and writes LDIF style data.classLineReaderThe Line Reader Parser reads single lines of data.classParserImplThe ParserImpl class provides the base class for parser implementations.classScriptParserTo operate, a Script Parser must implement a few functions.classSimpleParserA class reading and writing dsEntries in a simple one-line-per-attribute format.classSOAPParserThe SOAP Parser reads and writes SOAP XML documents.classSPMLv2ParserA TDI Parser class for reading and writing Entries in SPMLv2 DSMLv2 Profile format.classXMLParserA class reading and writing Entries in XML format.classXMLSaxParserA class reading Entries in XML format.classXSLbasedXMLParserA class reading and writing Entries in XML format.Methods in com.ibm.di.parser that return ParserInterface Modifier and Type Method Description ParserInterfaceParserImpl. getParser()Return the chained parser (future implementation).ParserInterfaceParserInterface. getParser()Gets the parser attribute of the ParserInterface object.Methods in com.ibm.di.parser with parameters of type ParserInterface Modifier and Type Method Description voidParserImpl. setParser(ParserInterface parser)Set the chained parser (future implementation).voidParserInterface. setParser(ParserInterface parser)Sets the parser attribute of the ParserInterface object. -
Uses of ParserInterface in com.ibm.di.parser.xml
Classes in com.ibm.di.parser.xml that implement ParserInterface Modifier and Type Class Description classXMLParser2The Parser used to parse XML documents using the XLXP implementation of the StAX XML Parser.
-