Converts a string to a text node and inserts that node at the specified position.
@param position where to insert the child @param text the string to convert to a text node and insert @throws NullPointerException if text is null @throws IndexOutOfBoundsException if the position is negativeor greater than the number of children of the node
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|