- All Implemented Interfaces:
Iterable<PDField>
The field tree allowing a post-order iteration of the nodes.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
iterator
- Specified by:
iterator in interface Iterable<PDField>
- Returns:
- an iterator which walks all fields in the tree, post-order.
-
stream
- Returns:
- a pre order sequential
Stream over the fields of this form.