Example usage for Java javax.swing.text ElementIterator fields, constructors, methods, implement or subclass
The text is from its open source code.
ElementIterator(Document document) Creates a new ElementIterator . | |
ElementIterator(Element root) Creates a new ElementIterator . |
int | depth() Fetches the current depth of element tree. |
Element | first() Fetches the first element. |
Element | next() Fetches the next Element . |