|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementIterator | |
|---|---|
| org.apache.jackrabbit.webdav.xml | Xml utility classes. |
| Uses of ElementIterator in org.apache.jackrabbit.webdav.xml |
|---|
| Methods in org.apache.jackrabbit.webdav.xml that return ElementIterator | |
|---|---|
static ElementIterator |
DomUtil.getChildren(Element parent)
Return an ElementIterator over all child elements. |
static ElementIterator |
DomUtil.getChildren(Element parent,
QName childName)
Returns a ElementIterator containing all child elements of
the given parent node that match the given QName. |
static ElementIterator |
DomUtil.getChildren(Element parent,
String childLocalName,
Namespace childNamespace)
Returns a ElementIterator containing all child elements of
the given parent node that match the given local name and namespace. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||