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