@param context can be used to evaluate other XPaths, get to variablesetc. @param pointer describes the location of the node to be created @param parent is the object that will server as a parent of the newobject @param name is the name of the child of the parent that needs to becreated. In the case of DOM may be qualified. @param index is used if the pointer represents a collection element. Youmay need to expand or even create the collection to accomodate the new element. @return true if the object was successfully created
|
|
|
|
|
|
|
|
|
|