StructureElementIter
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "poppler_structure_element_iter_get_type ()" ) ]
[ Compact ]
public class StructureElementIter
Content:
Creation methods:
Methods:
- public StructureElementIter copy ()
Creates a new StructureElementIter as a
copy of this.
- public void free ()
Frees this.
- public StructureElementIter get_child ()
Returns a new iterator to the children elements of the
StructureElement associated with iter
.
- public StructureElement get_element ()
Returns the StructureElementIter associated
with this.
- public bool next ()
Sets this to point to the next
structure element at the current level of the tree, if valid.