Oracle Content Management SDK

oracle.ifs.beans.parsers
Class IfsSimpleXmlParser

java.lang.Object
  |
  +--oracle.ifs.beans.parsers.IfsSimpleXmlParser
All Implemented Interfaces:
XmlParserInterface

Deprecated. iFS 9.0.3 see release notes for more information

public class IfsSimpleXmlParser
extends java.lang.Object
implements XmlParserInterface

The IfsSimpleXmlParser creates LibraryObjects by traversing the DOM tree.

The parser defines a simple mapping between XML tags and iFS objects.

The parser is the reverse of the SimpleXmlRenderer. Output from the SimpleXmlRenderer can be run through the IfsSimpleXmlParser to re-create the relevant objects.


Field Summary
static java.lang.String IGNORE_UNSETTABLE_OPTION
          Deprecated. If set to true in options table, parser will ignore all attributes in the XML document which are marked as "unsettable".
 
Constructor Summary
IfsSimpleXmlParser(LibrarySession session)
          Deprecated. Constructs a IfsSimpleXmlParser
 

Field Detail


IGNORE_UNSETTABLE_OPTION

public static final java.lang.String IGNORE_UNSETTABLE_OPTION
Deprecated. 
If set to true in options table, parser will ignore all attributes in the XML document which are marked as "unsettable".
Constructor Detail

IfsSimpleXmlParser

public IfsSimpleXmlParser(LibrarySession session)
Deprecated. 
Constructs a IfsSimpleXmlParser
Parameters:
session - the LibrarySession

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.