Property | Type | Description | |
---|---|---|---|
EMPTY |
Method | Description | |
---|---|---|
Add ( |
Adds the indicated XmlNode instance to the current MutableNodeList.
|
|
AddAll ( |
Adds the contents of the given XmlNodeList into the current MutableNodeList.
|
|
Clear ( ) : void |
Removes all XmlNode instances from the underlying collection.
|
|
GetEnumerator ( ) : IEnumerator |
Returns an IEnumerator than can be used to iterate through the underlying collection.
|
|
Item ( int index ) : |
Returns the indicated item from the underlying collection.
|
|
MutableNodeList ( ) : System |
Constructs an empty MutableNodeList instance.
|
|
Remove ( |
Removes in indicated XmlNode from the collection held within the MutableNodeList.
|
|
RemoveAll ( |
Removes each of the XmlNode instances in the given XmlNodeList from the collection held within the MutableNodeList.
|
public Add ( |
||
node | The |
|
return | void |
public AddAll ( |
||
list | The |
|
return | void |
public Item ( int index ) : |
||
index | int | The position of the required item. |
return |
public Remove ( |
||
node | The |
|
return | void |
public RemoveAll ( |
||
list | The |
|
return | void |