|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
XML element attribute.
Contains the name and value of an attribute of an XML element.
Example
The following XML element:
<item Count="20" SKU="HG-52814(J)-F" Unit-Cost="149.95"> Oak business desk with cherry & chrome finish </item>
contains the following attributes:
attribute "Count", "20" attribute "SKU", "HG-52814(J)-F" attribute "Unit-Cost", "149.95"
XmlElementI
Field Summary | |
static java.lang.String |
REV
Revision information. |
Fields inherited from interface tribble.xml.XmlItemI |
TYPE_ATTRIBUTE, TYPE_COMMENT, TYPE_DIRECTIVE, TYPE_ELEMENT, TYPE_TEXT, TYPE_UNKNOWN |
Method Summary | |
java.lang.String |
getName()
Retrieve the name of this XML attribute. |
java.lang.String |
getNamespace()
Retrieve the namespace name of this XML attribute. |
java.lang.String |
getValue()
Retrieve the value of this XML attribute. |
Methods inherited from interface tribble.xml.XmlItemI |
getColumnNumber, getLineNumber, getParentElement, getType |
Field Detail |
public static final java.lang.String REV
Method Detail |
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |