| Package | Description | 
|---|---|
| org.apache.jackrabbit.webdav.xml | Xml utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ElementIterator | DomUtil. getChildren(Element parent)Return an  ElementIteratorover all child elements. | 
| static ElementIterator | DomUtil. getChildren(Element parent,
           QName childName)Returns a  ElementIteratorcontaining all child elements of
 the given parent node that match the givenQName. | 
| static ElementIterator | DomUtil. getChildren(Element parent,
           String childLocalName,
           Namespace childNamespace)Returns a  ElementIteratorcontaining all child elements of
 the given parent node that match the given local name and namespace. | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.