|
Oracle Content Management SDK
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
oracle.ifs.beans.parsers
Interface XmlParserInterface
- All Known Implementing Classes:
- LiteralDocumentParser, IfsSimpleXmlParser
Deprecated. iFS 9.0.3 see release notes for more information
- public interface XmlParserInterface
An XmlParserInterface is implemented by content-specific XML parsers that
want to use the iFS XML parser framework.
A parser application would invoke IfsXmlParser, which in turn would select
the appropriate content-specific XML parser.
- See Also:
IfsXmlParser
parse
public LibraryObject parse(IfsXmlParser ifsxmlparser,
java.io.InputStream stream,
ParserCallback callback,
java.util.Hashtable options)
throws IfsException
- Deprecated.
- Parses the specified InputStream representing an XML document.
- Parameters:
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 options- Returns:
- The primary object created. If there is only one
top level object then this is returned. If no
object is "primary" then null is returned.
- Throws:
IfsException
- (IFS-12601) if the operation fails
parse
public LibraryObject parse(IfsXmlParser ifsxmlparser,
java.io.Reader reader,
ParserCallback callback,
java.util.Hashtable options)
throws IfsException
- Deprecated.
- Parses the specified Reader representing an XML document.
- Parameters:
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 options- Returns:
- The primary object created. If there is only one
top level object then this is returned. If no
object is "primary" then null is returned.
- Throws:
IfsException
- (IFS-12602) if the operation fails
|
Oracle Content Management SDK
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
(c) 2002 Copyright Oracle Corporation. All rights reserved.