public class XmlAttributeAdapter extends Object implements XmlAttribute
| Constructor and Description |
|---|
XmlAttributeAdapter(XmlAttribute target) |
| 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
|
public XmlAttributeAdapter(XmlAttribute target)
public Object clone() throws CloneNotSupportedException
XmlAttributeclone in interface XmlAttributeclone in class ObjectCloneNotSupportedExceptionpublic XmlElement getOwner()
XmlAttributegetOwner in interface XmlAttributepublic String getNamespaceName()
XmlAttributegetNamespaceName in interface XmlAttributepublic XmlNamespace getNamespace()
XmlAttributegetNamespace in interface XmlAttributepublic String getName()
XmlAttributegetName in interface XmlAttributepublic String getValue()
XmlAttributegetValue in interface XmlAttributepublic String getType()
XmlAttributegetType in interface XmlAttributepublic boolean isSpecified()
XmlAttributeisSpecified in interface XmlAttributeCopyright © 2013. All Rights Reserved.