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