Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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.


Constructor Summary
ClientValidaterFactory()
          Creates a ClientValidaterFactory.
 
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.
static ClientValidaterFactory 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

ClientValidaterFactory

public ClientValidaterFactory()
Creates a ClientValidaterFactory.
Method Detail

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.