public class XmlElementList extends Object implements Iterable<XmlElement>
| Constructor and Description |
|---|
XmlElementList(List<XmlElement> elements) |
| Modifier and Type | Method and Description |
|---|---|
XmlElementList |
findChildren(String name) |
Iterator<XmlElement> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic XmlElementList(List<XmlElement> elements)
public Iterator<XmlElement> iterator()
iterator in interface Iterable<XmlElement>public XmlElementList findChildren(String name)
Copyright © 2018. All rights reserved.