|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsEImport | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsEImport in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl with parameters of type XsEImport | |
protected void |
XSLogicalParser.importSchema(XsESchema pImportingSchema,
XsEImport pImport)
Handles xs:import. |
Uses of XsEImport in net.sf.jaxme.xs.xml |
Methods in net.sf.jaxme.xs.xml that return XsEImport | |
XsEImport |
XsObjectFactory.newXsEImport(XsObject pParent)
|
XsEImport |
XsESchema.createImport()
|
Uses of XsEImport in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsEImport | |
class |
XsEImportImpl
Implementation of xs:import , as specified by
the following:
<xs:element name="import" id="import">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-import"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="namespace" type="xs:anyURI"/>
<xs:attribute name="schemaLocation" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Methods in net.sf.jaxme.xs.xml.impl that return XsEImport | |
XsEImport |
XsObjectFactoryImpl.newXsEImport(XsObject pParent)
|
XsEImport |
XsESchemaImpl.createImport()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |