Uses of Interface
org.apache.ws.commons.schema.utils.NamespacePrefixList

Packages that use NamespacePrefixList
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.utils   
 

Uses of NamespacePrefixList in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return NamespacePrefixList
 NamespacePrefixList XmlSchemaCollection.getNamespaceContext()
          Retrieve the namespace context.
 NamespacePrefixList XmlSchema.getNamespaceContext()
          Returns the objects namespace context.
 

Methods in org.apache.ws.commons.schema with parameters of type NamespacePrefixList
 void XmlSchemaCollection.setNamespaceContext(NamespacePrefixList namespaceContext)
          Set the namespace context for this collection, which controls the assignment of namespace prefixes to namespaces.
 void XmlSchema.setNamespaceContext(NamespacePrefixList namespaceContext)
          Sets the schema elements namespace context.
 

Uses of NamespacePrefixList in org.apache.ws.commons.schema.docpath
 

Classes in org.apache.ws.commons.schema.docpath that implement NamespacePrefixList
 class XmlSchemaNamespaceContext
          A NamespaceContext.
 

Uses of NamespacePrefixList in org.apache.ws.commons.schema.utils
 

Classes in org.apache.ws.commons.schema.utils that implement NamespacePrefixList
 class NamespaceMap
          This class maps from a prefix to an object that is either a String or a URI.
 class NodeNamespaceContext
          Implementation of NamespaceContext, which is based on a DOM node.
 

Methods in org.apache.ws.commons.schema.utils that return NamespacePrefixList
 NamespacePrefixList NamespaceContextOwner.getNamespaceContext()
          Returns the objects namespace context.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.