public class

ContentNodeIterator

extends PDFNetIterator<T>
java.lang.Object
   ↳ com.pdftron.common.PDFNetIterator<T>
     ↳ com.pdftron.layout.ContentNodeIterator

Class Overview

ContentNodeIterator is an iterator type that can be used to traverse the children of a content node object.

Summary

Public Methods
Object clone()
ContentElement next()
Advances the iterator to the next element of the collection.
[Expand]
Inherited Methods
From class com.pdftron.common.PDFNetIterator
From class java.lang.Object
From interface java.util.Iterator

Public Methods

public Object clone ()

public ContentElement next ()

Advances the iterator to the next element of the collection.

Returns
  • the next object