Uses of Class
org.apache.jackrabbit.webdav.xml.ElementIterator
Packages that use ElementIterator
-
Uses of ElementIterator in org.apache.jackrabbit.webdav.xml
Methods in org.apache.jackrabbit.webdav.xml that return ElementIteratorModifier and TypeMethodDescriptionstatic ElementIterator
DomUtil.getChildren
(Element parent) Return anElementIterator
over all child elements.static ElementIterator
DomUtil.getChildren
(Element parent, String childLocalName, Namespace childNamespace) Returns aElementIterator
containing all child elements of the given parent node that match the given local name and namespace.static ElementIterator
DomUtil.getChildren
(Element parent, QName childName) Returns aElementIterator
containing all child elements of the given parent node that match the givenQName
.