Package ro.sync.ecss.dita.topic.ref
Class AuthorDocumentNodesCollector
- java.lang.Object
-
- ro.sync.ecss.dita.topic.ref.AuthorDocumentNodesCollector
-
@API(type=INTERNAL, src=PUBLIC) public final class AuthorDocumentNodesCollector extends java.lang.Object
Collects nodes in an author document.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<AuthorNode>
collectNodes(AuthorAccess authorAccess)
-
-
-
Method Detail
-
collectNodes
public static java.util.List<AuthorNode> collectNodes(AuthorAccess authorAccess)
- Parameters:
authorAccess
- The author access for the document.- Returns:
- The stream of nodes.
-
-