oracle.ifs.beans.parsers
Class IfsSimpleXmlParser


java.lang.Object

  |

  +--oracle.ifs.beans.parsers.IfsSimpleXmlParser

All Implemented Interfaces:
XmlParserInterface

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
          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 ls)
          Constructs a IfsSimpleXmlParser
 

Field Detail


IGNORE_UNSETTABLE_OPTION


public static final java.lang.String IGNORE_UNSETTABLE_OPTION
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 ls)
Constructs a IfsSimpleXmlParser
Parameters:
ls - the LibrarySession