org.apache.cxf.staxutils.validation
Class EmbeddedSchema
java.lang.Object
org.apache.cxf.staxutils.validation.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
getSystemId
public String getSystemId()
getSchemaElement
public Element getSchemaElement()
Apache CXF