Class FollowingEnumeration

    • Constructor Detail

      • FollowingEnumeration

        public FollowingEnumeration​(NodeImpl node,
                                    java.util.function.Predicate<? super NodeInfo> nodeTest)
    • Method Detail

      • step

        protected void step()
        Description copied from class: TreeEnumeration
        Advance one step along the axis: the resulting node might not meet the required criteria for inclusion
        Specified by:
        step in class TreeEnumeration