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