|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsEAnnotation | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsEAnnotation in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs with parameters of type XsEAnnotation | |
XSAnnotation |
XSObjectFactory.newXSAnnotation(XSObject pParent,
XsEAnnotation pAnnotation)
Returns a new instance of XSAnnotation . |
Uses of XsEAnnotation in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl with parameters of type XsEAnnotation | |
XSAnnotation |
XSObjectFactoryImpl.newXSAnnotation(XSObject pParent,
XsEAnnotation pAnnotation)
|
Constructors in net.sf.jaxme.xs.impl with parameters of type XsEAnnotation | |
XSAnnotationImpl(XSObject pParent,
XsEAnnotation pBaseAnnotation)
|
Uses of XsEAnnotation in net.sf.jaxme.xs.xml |
Methods in net.sf.jaxme.xs.xml that return XsEAnnotation | |
XsEAnnotation |
XsTAnnotated.createAnnotation()
|
XsEAnnotation |
XsTAnnotated.getAnnotation()
|
XsEAnnotation |
XsObjectFactory.newXsEAnnotation(XsObject pParent)
|
XsEAnnotation |
XsGAllModel.createAnnotation()
|
XsEAnnotation |
XsGAllModel.getAnnotation()
|
XsEAnnotation |
XsESchema.createAnnotation()
|
XsEAnnotation |
XsERedefine.createAnnotation()
|
Uses of XsEAnnotation in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsEAnnotation | |
class |
XsEAnnotationImpl
Implementation of xs:annotation , as specified
by the following:
<xs:element name="annotation" id="annotation">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xs:appinfo"/>
<xs:element ref="xs:documentation"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Methods in net.sf.jaxme.xs.xml.impl that return XsEAnnotation | |
XsEAnnotation |
XsTAnnotatedImpl.createAnnotation()
|
XsEAnnotation |
XsTAnnotatedImpl.getAnnotation()
|
XsEAnnotation |
XsObjectFactoryImpl.newXsEAnnotation(XsObject pParent)
|
XsEAnnotation |
XsESchemaImpl.createAnnotation()
|
XsEAnnotation |
XsERedefineImpl.createAnnotation()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |