Class XMPIteratorImpl.NodeIteratorChildren

java.lang.Object
com.itextpdf.kernel.xmp.impl.XMPIteratorImpl.NodeIterator
com.itextpdf.kernel.xmp.impl.XMPIteratorImpl.NodeIteratorChildren
All Implemented Interfaces:
Iterator
Enclosing class:
XMPIteratorImpl

private class XMPIteratorImpl.NodeIteratorChildren extends XMPIteratorImpl.NodeIterator
This iterator is derived from the default NodeIterator, and is only used for the option IteratorOptions.JUST_CHILDREN.
Since:
02.10.2006
  • Field Details

    • parentPath

      private String parentPath
    • childrenIterator

      private Iterator childrenIterator
    • index

      private int index
  • Constructor Details

    • NodeIteratorChildren

      public NodeIteratorChildren(XMPNode parentNode, String parentPath)
      Constructor
      Parameters:
      parentNode - the node which children shall be iterated.
      parentPath - the full path of the former node without the leaf node.
  • Method Details