| Package | Description |
|---|---|
| org.apache.jackrabbit.webdav.xml |
Xml utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.