public class XsEIncludeImpl extends XsTAnnotatedImpl implements XsEInclude
Implementation of xs:include
, as specified
by the following declaration:
<xs:element name="include" id="include"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-include"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Modifier | Constructor and Description |
---|---|
protected |
XsEIncludeImpl(XsObject pParent) |
Modifier and Type | Method and Description |
---|---|
XsAnyURI |
getSchemaLocation() |
void |
setSchemaLocation(XsAnyURI pSchemaLocation) |
void |
validate()
Validates the internal state of the type, attribute, element,
or whatever object.
|
createAnnotation, getAnnotation, getId, setId
getOpenAttributes, setAttribute
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject
protected XsEIncludeImpl(XsObject pParent)
public void setSchemaLocation(XsAnyURI pSchemaLocation)
setSchemaLocation
in interface XsEInclude
public XsAnyURI getSchemaLocation()
getSchemaLocation
in interface XsEInclude
public void validate() throws org.xml.sax.SAXException
XsObject
validate
in interface XsObject
validate
in class XsObjectImpl
org.xml.sax.SAXException