Remove extension elements by index position.
Parameters: index - The index position of the element to remove The Element removed, if any.
setAttribute
public void setAttribute(int index, Attr theAttribute)(Code)
Set extension attributes by indexed position.
Parameters: index - Indexed position value (0..length-1) of the item to set Parameters: theAttribute - Item to add at position index.
setElement
public void setElement(int index, Element theElement)(Code)
Set extension elements by indexed position.
Parameters: index - Indexed position value (0..length-1) of the item to set Parameters: theElement - Item to add at position index.