|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsEDocumentation | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsEDocumentation in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs with parameters of type XsEDocumentation | |
XSDocumentation |
XSObjectFactory.newXSDocumentation(XSObject pParent,
XsEDocumentation pDocumentation)
Returns a new instance of XSDocumentation . |
Uses of XsEDocumentation in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl with parameters of type XsEDocumentation | |
XSDocumentation |
XSObjectFactoryImpl.newXSDocumentation(XSObject pParent,
XsEDocumentation pDocumentation)
|
Constructors in net.sf.jaxme.xs.impl with parameters of type XsEDocumentation | |
XSDocumentationImpl(XSObject pParent,
XsEDocumentation pBaseDocumentation)
Creates a new instance of XSDocumentationImpl.java. |
Uses of XsEDocumentation in net.sf.jaxme.xs.xml |
Methods in net.sf.jaxme.xs.xml that return XsEDocumentation | |
XsEDocumentation |
XsObjectFactory.newXsEDocumentation(XsObject pParent)
|
XsEDocumentation |
XsEAnnotation.createDocumentation()
Creates a new 'documentation' child element. |
XsEDocumentation[] |
XsEAnnotation.getDocumentations()
Returns all the 'documentation' child elements in the order of creation by XsEAnnotation.createDocumentation() . |
Uses of XsEDocumentation in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsEDocumentation | |
class |
XsEDocumentationImpl
Implementation of xs:documentation , as specified
by the following:
<xs:element name="documentation" id="documentation">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:any processContents="lax"/>
</xs:sequence>
<xs:attribute name="source" type="xs:anyURI"/>
<xs:attribute ref="xml:lang"/>
</xs:complexType>
</xs:element>
|
Methods in net.sf.jaxme.xs.xml.impl that return XsEDocumentation | |
XsEDocumentation |
XsObjectFactoryImpl.newXsEDocumentation(XsObject pParent)
|
XsEDocumentation |
XsEAnnotationImpl.createDocumentation()
|
XsEDocumentation[] |
XsEAnnotationImpl.getDocumentations()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |