|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsEInclude | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsEInclude in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl with parameters of type XsEInclude | |
protected void |
XSLogicalParser.includeSchema(XsESchema pIncludingSchema,
XsEInclude pInclude)
Handles xs:include. |
Uses of XsEInclude in net.sf.jaxme.xs.xml |
Methods in net.sf.jaxme.xs.xml that return XsEInclude | |
XsEInclude |
XsObjectFactory.newXsEInclude(XsObject pParent)
|
XsEInclude |
XsESchema.createInclude()
|
Uses of XsEInclude in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsEInclude | |
class |
XsEIncludeImpl
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>
|
Methods in net.sf.jaxme.xs.xml.impl that return XsEInclude | |
XsEInclude |
XsObjectFactoryImpl.newXsEInclude(XsObject pParent)
|
XsEInclude |
XsESchemaImpl.createInclude()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |