C# Class ApiExamples.ExNode

Inheritance: ApiExampleBase
Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
RecurseAllNodes ( ) : 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.

Private Methods

Method Description
CloneCompositeNode ( ) : void
CompositeNode_SelectNodes ( ) : void
ConvertNodeToHtmlWithDefaultOptions ( ) : void
ConvertNodeToHtmlWithSaveOptions ( ) : void
CreateAndAddParagraphNode ( ) : void
EnumNextSibling ( ) : void
EnumerateChildNodes ( ) : void
EnumerationHotRemoveLimitations ( ) : void
GetIndexOfNode ( ) : void
GetNodeTypeEnums ( ) : void
GetParentNode ( ) : void
IndexChildNodes ( ) : void
NodeEnumerationHotRemove ( ) : void
OwnerDocument ( ) : void
RecurseAllNodesCaller ( ) : void
RemoveChild ( ) : void
RemoveNodes ( ) : void
RemoveSmartTagsFromCompositeNode ( ) : void
TestNodeIsInsideField ( ) : void
TypedAccess ( ) : void
TypedNodeCollectionToArray ( ) : void
UpdateFieldsInRange ( ) : void
UseNodeType ( ) : void

Method Details

RecurseAllNodes() public method

public RecurseAllNodes ( ) : void
return void

TraverseAllNodes() public method

A simple function that will walk through all children of a specified node recursively and print the type of each node to the screen.
public TraverseAllNodes ( CompositeNode parentNode ) : void
parentNode CompositeNode
return void