ICustomXmlPartCollection class

ICustomXmlPartCollection class

Represents collection of custom xml parts.

The ICustomXmlPartCollection type exposes the following members:

Returns the element at the specified index.

Indexer

NameDescription
[index]The zero-based index of the element to get.

Methods

MethodDescription
add(self, xml_data)Adds new custom xml part.
add(self, xml_string)Adds new custom xml part.
add(self, input_stream)Adds new custom xml part.
remove_at(self, index)Removes custom xml part at the specified index.
remove(self, item)Removes the first occurrence of a specific object from the collection.
clear(self)Removes all items from the collection.

See Also