UIX 2.2.8

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

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

public class IconParserFactory
extends java.lang.Object
implements ParserFactory

ParserFactory for icon parsers.


Constructor Summary
IconParserFactory()
           
 
Method Summary
 NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
          Returns the parser for the icon 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

IconParserFactory

public IconParserFactory()
Method Detail

getParser

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

UIX 2.2.8