public interface NodeSequence extends Sequence<Node>
Sequence<Node> which provides methods for
 adding and removing nodes by key.| Modifier and Type | Method and Description | 
|---|---|
| Node | addNode(String key,
       String primaryNodeTypeName)Add a with the given  keyand primary node type name. | 
| void | removeNode(String key)Remove the node with the given key. | 
getItem, hasItem, iteratorforEach, spliteratorNode addNode(String key, String primaryNodeTypeName) throws RepositoryException
key and primary node type name.key - key of the node to addprimaryNodeTypeName - primary node type of the node to addRepositoryExceptionvoid removeNode(String key) throws RepositoryException
key - The key of the node to removeRepositoryException - If there is no node with such a key or
             another error occurs.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.