Adds all edits in edits to this edit.
@param edits the text edits to add
@exception MalformedTreeException is thrown if one ofthe given edits can't be added to this edit.
@see #addChild(TextEdit)
Add to the list of children that has been read the supplied children with the given path and identification properties. The children are added in order.
@param children the locations of the children that were read
@throws IllegalArgumentException if the parameter is null
@throws IllegalStateException if the request is frozen
@see #addChild(Location)
@see #addChild(Path,Property)
@see #addChild(Path,Property,Property)
Add to the list of children that has been read the supplied children with the given path and identification properties. The children are added in order.
@param children the locations of the children that were read
@throws IllegalArgumentException if the parameter is null
@throws IllegalStateException if the request is frozen
@see #addChild(Location)
@see #addChild(Path,Property)
@see #addChild(Path,Property,Property)
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.