org.apache.xmlbeans
public static interface: SchemaAnnotation.Attribute [javadoc |
source]
Represents an attribute instance
Method from org.apache.xmlbeans.SchemaAnnotation$Attribute Detail: |
public QName getName()
Returns the name of the attribute |
public String getValue()
Returns the value of the attribute |
public String getValueUri()
In case the value of this attribute is a QName,
returns the URI to which the prefix in the value is bound |