oracle.ifs.beans.parsers
Class LiteralDocumentParser
java.lang.Object
|
+--oracle.ifs.beans.parsers.LiteralDocumentParser
- All Implemented Interfaces:
- XmlParserInterface
Deprecated. iFS 9.0.3 see release notes for more information
- public class LiteralDocumentParser
- extends java.lang.Object
- implements XmlParserInterface
A LiteralDocumentParser creates a literal document from an InputStream or
Reader representing the content of an XML file.
Additionally, when the VALIDATE_DOCUMENT_OPTION is set to true, the parser
also validates the XML document and stores it if it is valid.
LiteralDocumentParser
public LiteralDocumentParser(LibrarySession session)
- Deprecated.
- Constructs a LiteralDocumentParser
- Parameters:
session
- the LibrarySession
(c) 2002 Copyright Oracle Corporation. All rights reserved.