|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Annotation'. Access to the contents of an annotation is provided via their DOM representation.
The following features are supported:
XSDPackage.getXSDAnnotation()
Method Summary | |
Element |
createApplicationInformation(String sourceURI)
Creates a new appinfo element using the containing schema's document as the factory. |
Element |
createUserInformation(String sourceURI)
This creates a new documentation element using the containing schema's document as the factory. |
EList |
getApplicationInformation()
Returns the value of the 'Application Information' attribute list. |
EList |
getApplicationInformation(String sourceURI)
Returns only those elements returned by getApplicationInformation() with the given sourceURI;
a null sourceURI matches elements without a source attribute. |
Set |
getApplicationInformationSources()
Returns the set of source attribute values of all the appinfo elements. |
EList |
getAttributes()
Returns the value of the 'Attributes' attribute list. |
EList |
getUserInformation()
Returns the value of the 'User Information' attribute list. |
EList |
getUserInformation(String sourceURI)
Returns only those elements returned by getUserInformation() with the given sourceURI;
a null sourceURI matches elements without a source attribute. |
Set |
getUserInformationSources()
Returns the set of source attribute values of all the documentation elements. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public EList getApplicationInformation()
Element
.
This represents the application information infoset property, i.e., a list of appinfo elements.
XSDPackage.getXSDAnnotation_ApplicationInformation()
public EList getUserInformation()
Element
.
This represents the user information infoset property, i.e., a list of documentation elements.
XSDPackage.getXSDAnnotation_UserInformation()
public EList getAttributes()
Attr
.
This represents the attributes infoset property.
XSDPackage.getXSDAnnotation_Attributes()
public Element createApplicationInformation(String sourceURI)
sourceURI
- the initial value of the source attribute.
public Element createUserInformation(String sourceURI)
sourceURI
- the initial value of the source attribute.
public EList getApplicationInformation(String sourceURI)
getApplicationInformation()
with the given sourceURI;
a null sourceURI matches elements without a source attribute.
sourceURI
- the source URI to match.
public EList getUserInformation(String sourceURI)
getUserInformation()
with the given sourceURI;
a null sourceURI matches elements without a source attribute.
sourceURI
- the source URI to match.
public Set getApplicationInformationSources()
public Set getUserInformationSources()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |