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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataObjectListParserFactory
public DataObjectListParserFactory()
- Creates a DataObjectListParserFactory.
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