Class XmlSchemaCollection.SchemaKey

java.lang.Object
org.apache.ws.commons.schema.XmlSchemaCollection.SchemaKey
Enclosing class:
XmlSchemaCollection

public static class XmlSchemaCollection.SchemaKey extends Object
Key that identifies a schema in a collection, composed of a targetNamespace and a system ID.
  • Field Details

    • namespace

      private final String namespace
    • systemId

      private final String systemId
  • Constructor Details

    • SchemaKey

      SchemaKey(String pNamespace, String pSystemId)
  • Method Details