Class XmlSchemaNamespaceContext

java.lang.Object
org.apache.ws.commons.schema.docpath.XmlSchemaNamespaceContext
All Implemented Interfaces:
NamespaceContext, NamespacePrefixList

public final class XmlSchemaNamespaceContext extends Object implements NamespacePrefixList
A NamespaceContext.

Implemented as a series of scope-based stacks, one per prefix.

  • Field Details

  • Constructor Details

    • XmlSchemaNamespaceContext

      public XmlSchemaNamespaceContext()
      Constructs a new XmlSchemaNamespaceContext with the following initial mappings:
      • xml -> http://www.w3.org/1999/namespace
      • xmlns -> http://www.w3.org/2000/xmlns/
  • Method Details