UIX 2.2.8

oracle.cabo.ui.laf.xml.parse
Class RendererParserFactory

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

public class RendererParserFactory
extends java.lang.Object
implements ParserFactory

ParserFactory for Renderer parsers.


Constructor Summary
RendererParserFactory()
           
 
Method Summary
 NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
          Returns the parser for the Renderer with the specified namespaceURI/localName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RendererParserFactory

public RendererParserFactory()
Method Detail

getParser

public NodeParser getParser(ParseContext context,
                            java.lang.String namespaceURI,
                            java.lang.String localName)
Returns the parser for the Renderer with the specified namespaceURI/localName.
Specified by:
getParser in interface ParserFactory

UIX 2.2.8