Version

NodeBase Class Members

The following tables list the members exposed by NodeBase.

Public Properties
 NameDescription
Public PropertyChildNodesGets or sets the child nodes collection. Default value of the property is null.  
Public PropertyCustomAttributesUsed to store custom attributes on the node.  
Public PropertyDocumentGets the associated document.  
Public PropertyHasChildNodesReturns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater.  
Public PropertyHasCustomAttributesReturns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater.  
Public PropertyIdGets or sets the id. Default value is null. Id is used to identify a node.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyParentGets the parent node.  
Public PropertyTypeGets the value indicating the type of node the instance represents.  
Public Methods
 NameDescription
Public MethodAcceptOverloaded. Executes a visitor's functionality on this node's type.  
Public MethodCloneOverloaded. Overridden. Performs a deep clone of the object.  
Public MethodGetAncestorNode<TNode>If this node is TNode type and returns self otherwise gets the ancestor node of TNode type.  
Public MethodGetDocumentOffsetGets the offset of the node within the document.  
Public MethodGetDocumentSpanGets the document span of the node.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also