public interface XmlParserInterface
IfsXmlParser
Modifier and Type | Method and Description |
---|---|
LibraryObject |
parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options)
Parses the specified InputStream representing an XML document.
|
LibraryObject |
parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options)
Parses the specified Reader representing an XML document.
|
LibraryObject parse(IfsXmlParser ifsxmlparser, InputStream stream, ParserCallback callback, Hashtable options) throws IfsException
ifsxmlparser
- this object is the entry point parser and can be
used by the content-specific parsers to construct
the DOM object, using the Oracle DOM parserstream
- the InputStreamcallback
- an application object that interacts with the
the parsing process; optional, can be nulloptions
- any parser-specific optionsIfsException
- (IFS-12601) if the operation failsLibraryObject parse(IfsXmlParser ifsxmlparser, Reader reader, ParserCallback callback, Hashtable options) throws IfsException
ifsxmlparser
- this object is the entry point parser and is used
by the content-specific parsers to construct the
DOM object, using the Oracle DOM parserreader
- the Readercallback
- an application object that interacts with the
the parsing process; optional, can be nulloptions
- any parser-specific optionsIfsException
- (IFS-12602) if the operation failsCopyright © 2023. All rights reserved.