UIX 2.2.15

oracle.cabo.ui.xml.parse
Class TemplateParserFactory

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

public class TemplateParserFactory
extends java.lang.Object
implements ParserFactory

The ParserFactory for Templates.


Constructor Summary
TemplateParserFactory()
Creates a TemplateParserFactory.

Method Summary
NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
Returns the parser used for Templates with the given namespace and local name.
void registerSelf(ParserManager manager)
Registers this factory on a ParserManager.
static TemplateParserFactory 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

TemplateParserFactory

public TemplateParserFactory()
Creates a TemplateParserFactory.

Method Detail

sharedInstance

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

UIX 2.2.15