public interface NodeSequence extends Sequence<Node>
Sequence<Node> which provides methods for
adding and removing nodes by key.Node 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-2014 The Apache Software Foundation. All Rights Reserved.