Java javax.swing.text ElementIterator fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text ElementIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text ElementIterator.

The text is from its open source code.

Constructor

ElementIterator(Document document)
Creates a new ElementIterator .
ElementIterator(Element root)
Creates a new ElementIterator .

Method

intdepth()
Fetches the current depth of element tree.
Elementfirst()
Fetches the first element.
Elementnext()
Fetches the next Element .