UIX 2.2.15

oracle.cabo.ui.xml.parse
Class DataObjectParserFactory

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

public class DataObjectParserFactory
extends java.lang.Object
implements ParserFactory

The ParserFactory for DataObjects.


Constructor Summary
DataObjectParserFactory()
Creates a DataObjectParserFactory.

Method Summary
NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
Returns the parser used for DataObjects 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 DataObjectParserFactory 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

DataObjectParserFactory

public DataObjectParserFactory()
Creates a DataObjectParserFactory.

Method Detail

sharedInstance

public static DataObjectParserFactory 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 DataObjects with the given namespace and local name.
Specified by:
getParser in interface ParserFactory

UIX 2.2.15