Document Solutions for Excel, Java Edition | Document Solutions
Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.expressions Package
/
SyntaxNode Class
/ getChildren Method
Collapse All
Expand All
In This Topic
getChildren Method
In This Topic
Gets children of a non-terminal node. Elements are not nullable.
Syntax
public
abstract
java.util.List<SyntaxNode> getChildren()
Return Value
A list containing the child nodes of this SyntaxNode.
See Also
Reference
SyntaxNode Class
SyntaxNode Members