|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xmlpull.v1.builder.adapter.XmlAttributeAdapter
public class XmlAttributeAdapter
Wraps XML attribute - allows overriding and other nice things.
| Constructor Summary | |
|---|---|
XmlAttributeAdapter(XmlAttribute target)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Method clone |
java.lang.String |
getName()
XML Infoset [local name] property |
XmlNamespace |
getNamespace()
Combination of XML Infoset [namespace name] and [prefix] properties |
java.lang.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 |
java.lang.String |
getType()
XML Infoset [attribute type] |
java.lang.String |
getValue()
XML Infoset [normalized value] property |
boolean |
isSpecified()
XML Infoset [specified] flag |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlAttributeAdapter(XmlAttribute target)
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
XmlAttribute
clone in interface XmlAttributeclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic XmlElement getOwner()
XmlAttribute
getOwner in interface XmlAttributepublic java.lang.String getNamespaceName()
XmlAttribute
getNamespaceName in interface XmlAttributepublic XmlNamespace getNamespace()
XmlAttribute
getNamespace in interface XmlAttributepublic java.lang.String getName()
XmlAttribute
getName in interface XmlAttributepublic java.lang.String getValue()
XmlAttribute
getValue in interface XmlAttributepublic java.lang.String getType()
XmlAttribute
getType in interface XmlAttributepublic boolean isSpecified()
XmlAttribute
isSpecified in interface XmlAttribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||