org.apache.ws.jaxme.xs.xml.impl
Class XsEIncludeImpl
java.lang.Object
   org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
       org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
           org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
               org.apache.ws.jaxme.xs.xml.impl.XsEIncludeImpl
org.apache.ws.jaxme.xs.xml.impl.XsEIncludeImpl
- All Implemented Interfaces: 
- XsEInclude, XsObject, XsTAnnotated, XsTOpenAttrs
- 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>
 
- Author:
- Jochen Wiedmann
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
XsEIncludeImpl
protected XsEIncludeImpl(XsObject pParent)
setSchemaLocation
public void setSchemaLocation(XsAnyURI pSchemaLocation)
- 
- Specified by:
- setSchemaLocationin interface- XsEInclude
 
- 
 
getSchemaLocation
public XsAnyURI getSchemaLocation()
- 
- Specified by:
- getSchemaLocationin interface- XsEInclude
 
- 
 
validate
public void validate()
              throws org.xml.sax.SAXException
- Description copied from interface: XsObject
- Validates the types, attributes, elements, ... internal state. - 
 
- 
- Specified by:
- validatein interface- XsObject
- Overrides:
- validatein class- XsObjectImpl
 
- 
- Throws:
- org.xml.sax.SAXException