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


In This Topic
    NCombinator Class
    In This Topic
    Serves as base class for all types of combinators. A combinator helps you select an element in the context of its place in the elements hierarchy. Given an input element, combinators try to return an element that matches the combinator conditions, and satisfies a certain hierachical relationship with the input element (e.g. is a parent, ancestor, prev or next sibling etc.)
    Object Model
    NCombinator Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NCombinator 
       Inherits NSelectorPart
       Implements INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NCombinator
    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.NChildCombinator
                      Nevron.Nov.Dom.NDescendantCombinator
                      Nevron.Nov.Dom.NNextAdjacentSiblingCombinator
                      Nevron.Nov.Dom.NNextGeneralSiblingCombinator
                      Nevron.Nov.Dom.NPrevAdjacentSiblingCombinator
                      Nevron.Nov.Dom.NPrevGeneralSiblingCombinator

    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