UIX 2.2.15

oracle.cabo.ui.xml.parse
Class DataObjectListParserFactory

java.lang.Object
  |
  +--oracle.cabo.ui.xml.parse.DataObjectListParserFactory
All Implemented Interfaces:
ParserFactory

public class DataObjectListParserFactory
extends java.lang.Object
implements ParserFactory

The ParserFactory for DataObjectLists.


Constructor Summary
DataObjectListParserFactory()
Creates a DataObjectListParserFactory.

Method Summary
NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
Returns the parser used for DataObjectLists with the given namespace and local name.
void registerSelf(ParserManager manager)
Registers this factory on a ParserManager.
void registerSelf(ParserManager manager, java.lang.String namespace)
Registers this factory on a ParserManager.
static DataObjectListParserFactory sharedInstance()
Returns the shared instance.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DataObjectListParserFactory

public DataObjectListParserFactory()
Creates a DataObjectListParserFactory.

Method Detail

sharedInstance

public static DataObjectListParserFactory sharedInstance()
Returns the shared instance.

registerSelf

public void registerSelf(ParserManager manager)
Registers this factory on a ParserManager.

registerSelf

public void registerSelf(ParserManager manager,
                         java.lang.String namespace)
Registers this factory on a ParserManager.

getParser

public NodeParser getParser(ParseContext context,
                            java.lang.String namespaceURI,
                            java.lang.String localName)
Returns the parser used for DataObjectLists with the given namespace and local name.
Specified by:
getParser in interface ParserFactory

UIX 2.2.15