|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.xml.Attribute
Representation of an element attribute. Contains attribute's local name, namespace, prefix, qualified name and value.
Field Summary | |
java.lang.String |
localName
local name of the attribute |
java.lang.String |
prefix
prefix of the attribute |
java.lang.String |
qName
unparsed qname of the attribute |
java.lang.String |
uri
the namespace URI of the attribute |
java.lang.String |
value
value of the attribute |
Constructor Summary | |
Attribute()
Creates a new Attribute instance. |
Method Summary | |
java.lang.String |
toString()
Converts attribute to a string representation |
void |
writeTo(Attribute dest)
Copies this attribute to the specified destination. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String uri
public java.lang.String localName
public java.lang.String qName
public java.lang.String value
public java.lang.String prefix
Constructor Detail |
public Attribute()
Attribute
instance.
Method Detail |
public java.lang.String toString()
public void writeTo(Attribute dest)
dest
- destination attribute where this attribute will be copied; out parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |