add method
add(node)
Adds the element to the end of list.
def add(self, node):
...
Parameter | Type | Description |
---|---|---|
node | Element |
See Also
- module aspose.finance.xbrl.dom
- class ElementList
Adds the element to the end of list.
def add(self, node):
...
Parameter | Type | Description |
---|---|---|
node | Element |