public interface XmlAttribute extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Method clone
|
String |
getName()
XML Infoset [local name] property
|
XmlNamespace |
getNamespace()
Combination of XML Infoset [namespace name] and [prefix] properties
|
String |
getNamespaceName()
return XML Infoset [namespace name] property (namespaceName from getNamespace()
or null if attribute has no namespace
|
XmlElement |
getOwner()
XML Infoset [owner element] property
|
String |
getType()
XML Infoset [attribute type]
|
String |
getValue()
XML Infoset [normalized value] property
|
boolean |
isSpecified()
XML Infoset [specified] flag
|
Object clone() throws CloneNotSupportedException
CloneNotSupportedExceptionXmlElement getOwner()
String getNamespaceName()
XmlNamespace getNamespace()
String getName()
String getValue()
String getType()
boolean isSpecified()
Copyright © 2013. All Rights Reserved.