Package com.sun.msv.reader.xmlschema
Class EmbeddedSchema
java.lang.Object
com.sun.msv.reader.xmlschema.EmbeddedSchema
A schema in a DOM Element. This is used in the WSDLSchemaReader to handle
inter-schema cross-references. XS
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedSchema
(String systemId, Element schemaElement) Create object to represent one of the schemas in a WSDL -
Method Summary
-
Field Details
-
systemId
-
schemaElement
-
-
Constructor Details
-
EmbeddedSchema
Create object to represent one of the schemas in a WSDL- Parameters:
systemId
- schema system Id.schemaElement
- Element for the schema.
-
-
Method Details
-
getSystemId
-
getSchemaElement
-