Package | Description |
---|---|
oracle.ifs.beans.parsers |
Modifier and Type | Field and Description |
---|---|
protected IfsXmlParser |
IfsSimpleXmlParser.m_Parser
The IfsXmlParser
|
Modifier and Type | Method and Description |
---|---|
LibraryObject |
IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options) |
LibraryObject |
LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options) |
LibraryObject |
XmlParserInterface.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options)
Parses the specified InputStream representing an XML document.
|
LibraryObject |
IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options) |
LibraryObject |
LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options) |
LibraryObject |
XmlParserInterface.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options)
Parses the specified Reader representing an XML document.
|
Copyright © 2023. All rights reserved.