Uses of Interface
org.apache.myfaces.trinidadinternal.share.xml.XMLProvider

Packages that use XMLProvider
org.apache.myfaces.trinidadinternal.image.xml   
org.apache.myfaces.trinidadinternal.share.xml   
org.apache.myfaces.trinidadinternal.style.xml   
 

Uses of XMLProvider in org.apache.myfaces.trinidadinternal.image.xml
 

Methods in org.apache.myfaces.trinidadinternal.image.xml with parameters of type XMLProvider
static ImageProviderRequest ImageProviderRequestUtils.createImageProviderRequest(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an ImageProviderRequest from an InputSource containing a single image entry.
static ImageProviderRequest[] ImageProviderRequestUtils.createImageProviderRequests(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an array of ImageProviderRequests from an InputSource containing multiple image entries.
static MapArea[] ImageProviderRequestUtils.createMapAreas(ImageContext context, XMLProvider provider, org.xml.sax.InputSource source)
          Creates an array of MapAreas from an InputSource containing a single imageMap element.
 

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

Classes in org.apache.myfaces.trinidadinternal.share.xml that implement XMLProvider
 class JaxpXMLProvider
          Implementation of XMLProvider that uses JAXP to access a parser.
 

Methods in org.apache.myfaces.trinidadinternal.share.xml that return XMLProvider
 XMLProvider ParseContextImpl.getXMLProvider()
          Get an XMLProvider.
 XMLProvider ParseContext.getXMLProvider()
          Get an XMLProvider.
static XMLProvider XMLUtils.getXMLProvider(Configuration config)
          Convenience object for getting an XML provider off a Configuration object.
 

Methods in org.apache.myfaces.trinidadinternal.share.xml with parameters of type XMLProvider
 java.lang.Object TreeBuilder.parse(XMLProvider provider, org.xml.sax.InputSource source)
          Parses the document.
 java.lang.Object TreeBuilder.parse(XMLProvider provider, org.xml.sax.InputSource source, ParseContext context)
          Parses the document.
 java.lang.Object TreeBuilder.parse(XMLProvider provider, org.xml.sax.InputSource source, ParseContext context, NodeParser rootParser)
          Parses the document.
static java.lang.Object XMLUtils.parseSource(ParseContext context, XMLProvider xmlProvider, ParserManager manager, NameResolver resolver, java.lang.String sourceName, java.lang.Class<?> expectedType)
          Parses an XML file.
 

Uses of XMLProvider in org.apache.myfaces.trinidadinternal.style.xml
 

Methods in org.apache.myfaces.trinidadinternal.style.xml with parameters of type XMLProvider
static StyleSheetDocument StyleSheetDocumentUtils.createStyleSheetDocument(XMLProvider provider, org.xml.sax.InputSource source)
          Creates a StyleSheetDocument from the specified InputSource
static StyleSheetDocument StyleSheetDocumentUtils.createStyleSheetDocument(XMLProvider xmlProvider, NameResolver resolver, java.lang.String sourceName)
          Creates a StyleSheetDocument from the specified InputSource
 



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