named_item method
named_item
Method returns the indexth item in the collection. http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTMLOptionsCollection-namedItem
Returns
Returns node.
def named_item(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The element name. |
See Also
- module
aspose.html
- class
Element
- class
IHTMLOptionsCollection