Class AncestorEnumeration

    • Constructor Detail

      • AncestorEnumeration

        public AncestorEnumeration​(NodeImpl node,
                                   java.util.function.Predicate<? super NodeInfo> nodeTest,
                                   boolean includeSelf)
    • 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