ElementGetElement Method |
Name | Description | |
---|---|---|
GetElement(Int32) | Returns the sub-element at the specified zero based position.
| |
GetElement(String) | Obsolete. Returns the named sub-element, creating it if it doesn't
exist and this element is modifiable.
Deprecated, use GetElement(Name) instead.
| |
GetElement(Name) | Returns the named sub-element, creating it if it doesn't exist and this
element is modifiable.
|