Class EmbeddedSchema

java.lang.Object
com.sun.msv.reader.xmlschema.EmbeddedSchema

public class EmbeddedSchema extends Object
A schema in a DOM Element. This is used in the WSDLSchemaReader to handle inter-schema cross-references. XS
  • Field Details

    • systemId

      private String systemId
    • schemaElement

      private Element schemaElement
  • Constructor Details

    • EmbeddedSchema

      public EmbeddedSchema(String systemId, Element schemaElement)
      Create object to represent one of the schemas in a WSDL
      Parameters:
      systemId - schema system Id.
      schemaElement - Element for the schema.
  • Method Details

    • getSystemId

      public String getSystemId()
    • getSchemaElement

      public Element getSchemaElement()