public interface XmlStreams
-
Method Summary
Static Methods Modifier and Type Method Description static <T> Stream<T>children(Element node, Function<Element,T> func)static <T> Stream<T>children(Element node, Function<Element,T> func, Predicate<RuntimeException> emptyPredicate)static Stream<Node>children(Node node)static <N extends Node>
Stream<N>children(Node node, Class<N> nodeType)static Stream<Element>elementsByTag(Element node, String tag)static Stream<Node>nextSiblings(Node node)static <N extends Node>
Stream<N>nextSiblings(Node node, Class<N> nodeType)static Stream<Node>parents(Node node)static Stream<Node>prevSiblings(Node node)static <N extends Node>
Stream<N>prevSiblings(Node node, Class<N> nodeType)