The following tables list the members exposed by NodeBase.
Name | Description | |
---|---|---|
![]() | ChildNodes | Gets or sets the child nodes collection. Default value of the property is null. |
![]() | CustomAttributes | Used to store custom attributes on the node. |
![]() | Document | Gets the associated document. |
![]() | HasChildNodes | Returns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater. |
![]() | HasCustomAttributes | Returns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. |
![]() | Id | Gets or sets the id. Default value is null. Id is used to identify a node. |
![]() | IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |
![]() | Parent | Gets the parent node. |
![]() | Type | Gets the value indicating the type of node the instance represents. |
Name | Description | |
---|---|---|
![]() | Accept | Overloaded. Executes a visitor's functionality on this node's type. |
![]() | Clone | Overloaded. Overridden. Performs a deep clone of the object. |
![]() | GetAncestorNode<TNode> | If this node is TNode type and returns self otherwise gets the ancestor node of TNode type. |
![]() | GetDocumentOffset | Gets the offset of the node within the document. |
![]() | GetDocumentSpan | Gets the document span of the node. |
![]() | Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |