public class ExtAttribute
extends java.lang.Object
| Constructor and Description |
|---|
ExtAttribute(ExtAttribute original)
Copy constructor.
|
ExtAttribute(javax.xml.namespace.QName qName,
java.lang.String value)
Creates a new
ExtAttribute object. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalPart()
Gets the local name of this attribute.
|
java.lang.String |
getNamespaceURI()
Gets the namespace URI of this attribute.
|
java.lang.String |
getPrefix()
Gets the prefix of this attribute.
|
javax.xml.namespace.QName |
getQName()
Gets the QName of this attribute.
|
java.lang.String |
getValue()
Gets the value of this attribute.
|
boolean |
isModule()
Indicates if this attribute is part of a module or not.
|
void |
setValue(java.lang.String value)
Sets the value of this attribute.
|
public ExtAttribute(ExtAttribute original)
original - the original object to duplicate.public ExtAttribute(javax.xml.namespace.QName qName,
java.lang.String value)
ExtAttribute object.qName - the qualified name of this attribute.value - the value of this attribute.public javax.xml.namespace.QName getQName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the new value of this attribute (can be null).public java.lang.String getLocalPart()
public java.lang.String getNamespaceURI()
public java.lang.String getPrefix()
public boolean isModule()