|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSAnnotation | |
net.sf.jaxme.xs | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.types |
Uses of XSAnnotation in net.sf.jaxme.xs |
Methods in net.sf.jaxme.xs that return XSAnnotation | |
XSAnnotation[] |
XSType.getAnnotations()
Returns the array of annotations. |
XSAnnotation[] |
XSSchema.getAnnotations()
Returns the array of annotations. |
XSAnnotation |
XSObjectFactory.newXSAnnotation(XSObject pParent,
XsEAnnotation pAnnotation)
Returns a new instance of XSAnnotation . |
XSAnnotation[] |
XSGroup.getAnnotations()
Returns the array of annotations. |
XSAnnotation[] |
XSEnumeration.getAnnotations()
Returns the enumeration facets set of annotations. |
XSAnnotation[] |
XSElement.getAnnotations()
Returns the array of annotations. |
XSAnnotation[] |
XSAttribute.getAnnotations()
Returns the attributes set of annotations. |
Methods in net.sf.jaxme.xs with parameters of type XSAnnotation | |
void |
XSSchema.add(XSAnnotation pAnnotation)
Adds a new annotation to the schema. |
Uses of XSAnnotation in net.sf.jaxme.xs.impl |
Classes in net.sf.jaxme.xs.impl that implement XSAnnotation | |
class |
XSAnnotationImpl
|
Methods in net.sf.jaxme.xs.impl that return XSAnnotation | |
XSAnnotation[] |
XSTypeImpl.getAnnotations()
|
XSAnnotation[] |
XSSchemaImpl.getAnnotations()
|
XSAnnotation |
XSObjectFactoryImpl.newXSAnnotation(XSObject pParent,
XsEAnnotation pAnnotation)
|
XSAnnotation[] |
XSGroupImpl.getAnnotations()
|
XSAnnotation[] |
XSEnumerationImpl.getAnnotations()
|
XSAnnotation[] |
XSElementImpl.getAnnotations()
|
XSAnnotation[] |
XSAttributeImpl.getAnnotations()
|
Methods in net.sf.jaxme.xs.impl with parameters of type XSAnnotation | |
static java.util.List |
XSUtil.getAppinfos(XSAnnotation[] annotations,
java.lang.Class pClass)
Returns all childs of xs:annotation/xs:appinfo implementing or extending the given class. |
static java.lang.Object |
XSUtil.getSingleAppinfo(XSAnnotation[] annotations,
java.lang.Class pClass)
Returns the first child of xs:annotation/xs:appinfo implementing or extending the given class. |
void |
XSSchemaImpl.add(XSAnnotation pAnnotation)
|
Uses of XSAnnotation in net.sf.jaxme.xs.types |
Methods in net.sf.jaxme.xs.types that return XSAnnotation | |
XSAnnotation[] |
AbstractSimpleType.getAnnotations()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |