Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentNode Class
Members


In This Topic
    NDocumentNode Class
    In This Topic
    Serves as base class for nodes, that typically reside in documents and are used to define its content.
    Object Model
    NDocumentNode Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NDocumentNode 
       Inherits NNode
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NDocumentNode
    public abstract class NDocumentNode : NNode, INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable  
    Remarks
    Each document node holds a reference to its owner document, which can be obtained from the OwnerDocument property. Document nodes work closely with the document history service. If the document has a history service, document nodes will record history actions for all types of mutations inside it.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
             Nevron.Nov.Dom.NDocument
             Nevron.Nov.Dom.NDocumentNodeCollection<T>
             Nevron.Nov.Dom.NElement
             Nevron.Nov.Dom.NStylingNode
             Nevron.Nov.UI.NCommandAction
             Nevron.Nov.UI.NTool

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also