|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xmlpull.v1.builder.impl.XmlAttributeImpl
public class XmlAttributeImpl
Simple implementation.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Method clone |
boolean |
equals(java.lang.Object other)
|
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 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 XmlNamespace getNamespace()
XmlAttribute
getNamespace in interface XmlAttributepublic java.lang.String getNamespaceName()
XmlAttribute
getNamespaceName 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 XmlAttributepublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||