Method | Description | |
---|---|---|
CreateAndAddParagraphNode ( ) : void | ||
EnumerateChildNodes ( ) : void | ||
GetParentNode ( ) : void | ||
IndexChildNodes ( ) : void | ||
OwnerDocument ( ) : void | ||
RecurseAllNodes ( ) : void | ||
Run ( ) : void | ||
TraverseAllNodes ( CompositeNode parentNode ) : void |
A simple function that will walk through all children of a specified node recursively And print the type of each node to the screen.
|
|
TypedAccess ( ) : void | ||
UseNodeType ( ) : void |
public static CreateAndAddParagraphNode ( ) : void | ||
return | void |
public static TraverseAllNodes ( CompositeNode parentNode ) : void | ||
parentNode | CompositeNode | |
return | void |