Remove some content from the context. The implementation of this method is context specific. Usually this method should remove all children of the node specified by the path.
Remove some content from the context. The implementation of this method is context specific. Usually this method should remove all children of the node specified by the path.
Removes the XML that is immediately after this cursor. For the TEXT, ATTR, NAMESPACE, COMMENT and PROCINST tokens, a single token is removed. For a START token, the corresponding element and all of its contents are removed. For all other tokens, this is a no-op. You cannot remove a STARTDOC. The cursors located in the XML that was removed all collapse to the same location. All bookmarks in this XML will be orphaned.
@return true if anything was removed; false only if the cursor is just before END or ENDDOC token.
@throws java.lang.IllegalArgumentException If the cursor is at a STARTDOC token.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.