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


In This Topic
    NDescendantCombinator Class
    In This Topic
    A combinator, which matches the element in the context of its ancestors (e.g. match the element if it is a descendant of a specific ancestor). Equivalent to CSS ' ' Descendant Combinator.
    Object Model
    NDescendantCombinator Class
    Syntax
    'Declaration
     
    
    Public Class NDescendantCombinator 
       Inherits NCombinator
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NDescendantCombinator
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NSelectorPart
                   Nevron.Nov.Dom.NCombinator
                      Nevron.Nov.Dom.NDescendantCombinator

    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