Uses of Interface
org.apache.ws.commons.schema.utils.NamespacePrefixList
Packages that use NamespacePrefixList
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.-
Uses of NamespacePrefixList in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema declared as NamespacePrefixListModifier and TypeFieldDescriptionprivate NamespacePrefixListXmlSchema.namespaceContextprivate NamespacePrefixListXmlSchemaCollection.namespaceContextIn-scope namespaces for XML processingMethods in org.apache.ws.commons.schema that return NamespacePrefixListModifier and TypeMethodDescriptionXmlSchema.getNamespaceContext()Returns the objects namespace context.XmlSchemaCollection.getNamespaceContext()Retrieve the namespace context.Methods in org.apache.ws.commons.schema with parameters of type NamespacePrefixListModifier and TypeMethodDescriptionvoidXmlSchema.setNamespaceContext(NamespacePrefixList namespaceContext) Sets the schema elements namespace context.voidXmlSchemaCollection.setNamespaceContext(NamespacePrefixList namespaceContext) Set the namespace context for this collection, which controls the assignment of namespace prefixes to namespaces. -
Uses of NamespacePrefixList in org.apache.ws.commons.schema.docpath
Classes in org.apache.ws.commons.schema.docpath that implement NamespacePrefixList -
Uses of NamespacePrefixList in org.apache.ws.commons.schema.utils
Classes in org.apache.ws.commons.schema.utils that implement NamespacePrefixListModifier and TypeClassDescriptionclassThis class maps from a prefix to an object that is either a String or a URI.final classImplementation ofNamespaceContext, which is based on a DOM node.Methods in org.apache.ws.commons.schema.utils that return NamespacePrefixListModifier and TypeMethodDescriptionNamespaceContextOwner.getNamespaceContext()Returns the objects namespace context.