public final class DocumentFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static Stream<Document> |
documentNodes(Document document)
Returns a
Stream of documents containing the specified document and all of its subdocuments and their subdocuments
recursively. |
public static Stream<Document> documentNodes(Document document)
Stream of documents containing the specified document and all of its subdocuments and their subdocuments
recursively.document - the root document of the hierarchyStream of the documents that are in the specified document's hierarchyCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.