Package oracle.ifs.beans.parsers

Interface Summary
Parser A Parser operates on one or more LibraryObjects based on data read from an InputStream or Reader.
ParserCallback A ParserCallback allows an application to interact with a Parser.
XmlParserInterface An XmlParserInterface is implemented by content-specific XML parsers that want to use the iFS XML parser framework.
 

Class Summary
IfsSimpleXmlParser The IfsSimpleXmlParser creates LibraryObjects by traversing the DOM tree.
IfsXmlParser An IfsXmlParser is an XML parser that acts as the entry point for all iFS XML parsing functionality.
LiteralDocumentParser A LiteralDocumentParser creates a literal document from an InputStream.
ParserInputStream A ParserInputStream is an InputStream that supports buffering of input such that the buffer can be reset to the beginning, allowing bytes to be re-read.
SimpleXmlParser This class is deprecated.
XmlParser This class is deprecated.