public class DomStream extends Object
Constructor and Description |
---|
DomStream(org.dom4j.Document document) |
DomStream(org.dom4j.Element element) |
DomStream(String xml) |
public DomStream(String xml)
public DomStream(org.dom4j.Document document)
public DomStream(org.dom4j.Element element)
public static DomStream of(org.dom4j.Element element)
public DomStream childFirst()
public DomStream childLast()
public DomStream child()
public DomStream child(int index)
public DomStream parentFirst()
public DomStream parent()
public DomStream parent(int index)
public DomStream nextLast()
public DomStream next()
public DomStream next(int index)
public DomStream prevFirst()
public DomStream prev()
public DomStream prev(int index)
public List<org.dom4j.Element> childs()
public int childCount()
public int childCount(String tag)
public List<org.dom4j.Element> parents()
public int parentCount()
public int parentCount(String tag)
public List<org.dom4j.Element> nexts()
public int nextCount()
public int nextCount(String tag)
public List<org.dom4j.Element> prevs()
public int prevCount()
public int prevCount(String tag)
public int getThisElementIndex()
public org.dom4j.Element getElement()
public String getValue()
Copyright © 2024. All rights reserved.