|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> xml >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.xs.xml.impl
Class XsEIncludeImpl

java.lang.Objectorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsEIncludeImpl
- All Implemented Interfaces:
- org.apache.ws.jaxme.xs.xml.XsEInclude, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
- public class XsEIncludeImpl
- extends XsTAnnotatedImpl
- implements org.apache.ws.jaxme.xs.xml.XsEInclude
- extends XsTAnnotatedImpl
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>
| Field Summary | |
private org.apache.ws.jaxme.xs.xml.XsAnyURI |
schemaLocation
|
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl |
|
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl |
|
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
|
| Constructor Summary | |
protected |
XsEIncludeImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
|
| Method Summary | |
org.apache.ws.jaxme.xs.xml.XsAnyURI |
getSchemaLocation()
|
void |
setSchemaLocation(org.apache.ws.jaxme.xs.xml.XsAnyURI pSchemaLocation)
|
void |
validate()
Validates the internal state of the type, attribute, element, or whatever object. |
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl |
createAnnotation, getAnnotation, getId, setId |
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl |
getOpenAttributes, setAttribute |
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated |
createAnnotation, getAnnotation, getId, setId |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs |
getOpenAttributes |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject |
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject |
| Field Detail |
schemaLocation
private org.apache.ws.jaxme.xs.xml.XsAnyURI schemaLocation
| Constructor Detail |
XsEIncludeImpl
protected XsEIncludeImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
| Method Detail |
setSchemaLocation
public void setSchemaLocation(org.apache.ws.jaxme.xs.xml.XsAnyURI pSchemaLocation)
- Specified by:
setSchemaLocationin interfaceorg.apache.ws.jaxme.xs.xml.XsEInclude
getSchemaLocation
public org.apache.ws.jaxme.xs.xml.XsAnyURI getSchemaLocation()
- Specified by:
getSchemaLocationin interfaceorg.apache.ws.jaxme.xs.xml.XsEInclude
validate
public void validate()
throws org.xml.sax.SAXException
- Description copied from interface:
org.apache.ws.jaxme.xs.xml.XsObject - Validates the internal state of the type, attribute, element,
or whatever object.
- Specified by:
validatein interfaceorg.apache.ws.jaxme.xs.xml.XsObject- Overrides:
validatein classXsObjectImpl
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> xml >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC