Uses of Class
org.apache.myfaces.trinidadinternal.share.xml.NamespaceURI

Packages that use NamespaceURI
org.apache.myfaces.trinidadinternal.share.xml   
 

Uses of NamespaceURI in org.apache.myfaces.trinidadinternal.share.xml
 

Methods in org.apache.myfaces.trinidadinternal.share.xml that return NamespaceURI
static NamespaceURI NamespaceURI.create(ExpressionContext context, java.lang.String qname, java.lang.String defaultURI)
          Create a NamespaceURI instance from a qualified name of the form prefix:name, using a default namespace uri for the cases when no prefix is specified.
static NamespaceURI NamespaceURI.create(ParseContext context, java.lang.String qname, java.lang.String defaultURI)
          Deprecated. since 2.2.0. use create(ExpressionContext,String,String)
 



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