|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlAttribute
This is immutable value object that represents Attribute Information Item with exception of references property. Note: namespace and prefix properties are folded into XmlNamespace value object.
| 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 |
| Method Detail |
|---|
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionXmlElement getOwner()
java.lang.String getNamespaceName()
XmlNamespace getNamespace()
java.lang.String getName()
java.lang.String getValue()
java.lang.String getType()
boolean isSpecified()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||