Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.xml
Interface ParserFactory

All Known Implementing Classes:
AbstractUINodeParserFactory, BeanParserFactory, BoundValueParserFactory, ClassParserFactory, ClientValidaterFactory, ColorParserFactory, DataObjectListParserFactory, DataObjectParserFactory, DataProviderFactory, FontParserFactory, ImageMapParserFactory, ImageProviderRequestParserFactory, MarlinPageDescriptionFactory, PageDescriptionFactory, TabParserFactory, TemplateParserFactory, TextParserFactory, UINodeListParserFactory

public interface ParserFactory

A ParserFactory is responsible for returning NodeParsers for a particular namespace and local name.


Method Summary
 NodeParser getParser(ParseContext context, java.lang.String namespaceURI, java.lang.String localName)
          Returns the correct parser for the given namespace and local name.
 

Method Detail

getParser

public NodeParser getParser(ParseContext context,
                            java.lang.String namespaceURI,
                            java.lang.String localName)
Returns the correct parser for the given namespace and local name.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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