|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<Object>
org.eclipse.jetty.xml.XmlParser.Node
public static class XmlParser.Node
XML Node. Represents an XML element with optional attributes and ordered content.
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Method Summary | |
|---|---|
void |
add(int i,
Object o)
|
void |
clear()
|
Object |
get(int i)
Get the ith child node or content. |
XmlParser.Node |
get(String tag)
Get the first child node with the tag. |
String |
getAttribute(String name)
Get an element attribute. |
String |
getAttribute(String name,
String dft)
Get an element attribute. |
XmlParser.Attribute[] |
getAttributes()
Get an array of element attributes. |
XmlParser.Node |
getParent()
|
String |
getPath()
|
String |
getString(String tag,
boolean tags,
boolean trim)
Get a tag as a string. |
String |
getTag()
|
Iterator<XmlParser.Node> |
iterator(String tag)
Iterator over named child nodes. |
int |
size()
Get the number of children nodes. |
String |
toString()
|
String |
toString(boolean tag)
Convert to a string. |
String |
toString(boolean tag,
boolean trim)
Convert to a string. |
| Methods inherited from class java.util.AbstractList |
|---|
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Method Detail |
|---|
public XmlParser.Node getParent()
public String getTag()
public String getPath()
public XmlParser.Attribute[] getAttributes()
public String getAttribute(String name)
public String getAttribute(String name,
String dft)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>public Object get(int i)
get in interface List<Object>get in class AbstractList<Object>public XmlParser.Node get(String tag)
tag -
public void add(int i,
Object o)
add in interface List<Object>add in class AbstractList<Object>public void clear()
clear in interface Collection<Object>clear in interface List<Object>clear in class AbstractList<Object>
public String getString(String tag,
boolean tags,
boolean trim)
tag - The tag to gettags - IF true, tags are included in the value.trim - If true, trim the value.
public String toString()
toString in class AbstractCollection<Object>public String toString(boolean tag)
tag - If false, only _content is shown.
public String toString(boolean tag,
boolean trim)
tag - If false, only _content is shown.public Iterator<XmlParser.Node> iterator(String tag)
tag - The tag of the nodes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||