Class XMPIteratorImpl.NodeIteratorChildren

    • Field Detail

      • parentPath

        private java.lang.String parentPath
      • childrenIterator

        private java.util.Iterator childrenIterator
      • index

        private int index
    • Constructor Detail

      • NodeIteratorChildren

        public NodeIteratorChildren​(XMPNode parentNode,
                                    java.lang.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 Detail

      • hasNext

        public boolean hasNext()
        Prepares the next node to return if not already done.
        Specified by:
        hasNext in interface java.util.Iterator
        Overrides:
        hasNext in class XMPIteratorImpl.NodeIterator
        See Also:
        Iterator.hasNext()