|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSDAnnotation
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 | |
---|---|
org.w3c.dom.Element |
createApplicationInformation(java.lang.String sourceURI)
Creates a new appinfo element using the containing schema's document as the factory. |
org.w3c.dom.Element |
createUserInformation(java.lang.String sourceURI)
This creates a new documentation element using the containing schema's document as the factory. |
EList<org.w3c.dom.Element> |
getApplicationInformation()
Returns the value of the 'Application Information' attribute list. |
EList<org.w3c.dom.Element> |
getApplicationInformation(java.lang.String sourceURI)
Returns only those elements returned by getApplicationInformation() with the given sourceURI;
a null sourceURI matches elements without a source attribute. |
java.util.Set<java.lang.String> |
getApplicationInformationSources()
Returns the set of source attribute values of all the appinfo elements. |
EList<org.w3c.dom.Attr> |
getAttributes()
Returns the value of the 'Attributes' attribute list. |
EList<org.w3c.dom.Element> |
getUserInformation()
Returns the value of the 'User Information' attribute list. |
EList<org.w3c.dom.Element> |
getUserInformation(java.lang.String sourceURI)
Returns only those elements returned by getUserInformation() with the given sourceURI;
a null sourceURI matches elements without a source attribute. |
java.util.Set<java.lang.String> |
getUserInformationSources()
Returns the set of source attribute values of all the documentation elements. |
Method Detail |
---|
EList<org.w3c.dom.Element> getApplicationInformation()
Element
.
This represents the application information infoset property, i.e., a list of appinfo elements.
XSDPackage.getXSDAnnotation_ApplicationInformation()
EList<org.w3c.dom.Element> getUserInformation()
Element
.
This represents the user information infoset property, i.e., a list of documentation elements.
XSDPackage.getXSDAnnotation_UserInformation()
EList<org.w3c.dom.Attr> getAttributes()
Attr
.
This represents the attributes infoset property.
XSDPackage.getXSDAnnotation_Attributes()
org.w3c.dom.Element createApplicationInformation(java.lang.String sourceURI)
sourceURI
- the initial value of the source attribute.
org.w3c.dom.Element createUserInformation(java.lang.String sourceURI)
sourceURI
- the initial value of the source attribute.
EList<org.w3c.dom.Element> getApplicationInformation(java.lang.String sourceURI)
getApplicationInformation()
with the given sourceURI;
a null sourceURI matches elements without a source attribute.
sourceURI
- the source URI to match.
EList<org.w3c.dom.Element> getUserInformation(java.lang.String sourceURI)
getUserInformation()
with the given sourceURI;
a null sourceURI matches elements without a source attribute.
sourceURI
- the source URI to match.
java.util.Set<java.lang.String> getApplicationInformationSources()
java.util.Set<java.lang.String> 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 |