oracle.cabo.ui.xml.parse
Class BoundValueParserFactory
java.lang.Object
|
+--oracle.cabo.ui.xml.parse.BoundValueParserFactory
- All Implemented Interfaces:
- ParserFactory
- public class BoundValueParserFactory
- extends java.lang.Object
- implements ParserFactory
The ParserFactory for BoundValues.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundValueParserFactory
public BoundValueParserFactory()
- Creates a BoundValueParserFactory.
sharedInstance
public static BoundValueParserFactory sharedInstance()
- Returns the shared instance.
registerSelf
public void registerSelf(ParserManager manager)
- 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 BoundValues with the given
namespace and local name.
- Specified by:
getParser
in interface ParserFactory