Package com.sun.msv.reader.xmlschema
Class EmbeddedSchema
- java.lang.Object
-
- com.sun.msv.reader.xmlschema.EmbeddedSchema
-
public class EmbeddedSchema extends java.lang.ObjectA 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.ElementschemaElementprivate java.lang.StringsystemId
-
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.ElementgetSchemaElement()java.lang.StringgetSystemId()
-