Class EmbeddedSchema


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

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.Element schemaElement  
      private java.lang.String systemId  
    • Constructor Summary

      Constructors 
      Constructor Description
      EmbeddedSchema​(java.lang.String systemId, org.w3c.dom.Element schemaElement)
      Create object to represent one of the schemas in a WSDL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element getSchemaElement()  
      java.lang.String getSystemId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • systemId

        private java.lang.String systemId
      • schemaElement

        private org.w3c.dom.Element schemaElement
    • Constructor Detail

      • EmbeddedSchema

        public EmbeddedSchema​(java.lang.String systemId,
                              org.w3c.dom.Element schemaElement)
        Create object to represent one of the schemas in a WSDL
        Parameters:
        systemId - schema system Id.
        schemaElement - Element for the schema.
    • Method Detail

      • getSystemId

        public java.lang.String getSystemId()
      • getSchemaElement

        public org.w3c.dom.Element getSchemaElement()