org.apache.myfaces.trinidadinternal.share.xml
Interface ParserFactory

All Known Implementing Classes:
BeanParserFactory, ClassParserFactory, ColorParserFactory, FontParserFactory, IconParserFactory, ImageMapParserFactory, ImageProviderRequestParserFactory, RendererParserFactory, TextParserFactory

public interface ParserFactory

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

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/share/xml/ParserFactory.java#0 $) $Date: 10-nov-2005.18:59:14 $
Author:
The Oracle ADF Faces Team

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

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



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.