|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
XML directive.
Contains the name of a tagged XML directive.
An XML directive may contain one or more attributes
(see XmlAttributeI).
Example
Consider the following XML document:
<?xml version='1.0' standalone='yes'?>
<item>
</item>
It contains the following directive and attributes:
directive "xml"
attribute "version", "1.0"
attribute "standalone", "yes"
XmlAttributeI| 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 directive. |
| 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||