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

Packages that use NamespacePrefixList
org.apache.ws.commons.schema   
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 XmlSchema.getNamespaceContext()
           
 NamespacePrefixList XmlSchemaCollection.getNamespaceContext()
           
 

Methods in org.apache.ws.commons.schema with parameters of type NamespacePrefixList
 void XmlSchema.setNamespaceContext(NamespacePrefixList namespaceContext)
          Sets the schema elements namespace context.
 void XmlSchemaCollection.setNamespaceContext(NamespacePrefixList namespaceContext)
           
 

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

Classes in org.apache.ws.commons.schema.utils that implement NamespacePrefixList
 class NamespaceMap
           
 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-2007 Apache Software Foundation. All Rights Reserved.