Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NSelectorBuilder Class
Methods


In This Topic
    NSelectorBuilder Class Members
    In This Topic

    The following tables list the members exposed by NSelectorBuilder.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a combinator and makes its conditions the current ones.  
    Public MethodAdds the given condition to the current conditions.  
    Public MethodAdds a new Child combinator and makes its conditions the current ones.  
    Public MethodOverloaded. Adds a new Contains Value condition to the current conditions - normal specificity rank.  
    Public MethodAdds a new Descendant combinator and makes its conditions the current ones.  
    Public MethodEnds a previously started selector, adds it to the rule and returns a reference to it.  
    Public MethodEnds a section of intverted conditions.  
    Public MethodAdds a new First Child condition to the current conditions - normal specificity rank.  
    Public MethodAdds a new Last Child condition to the current conditions - normal specificity rank.  
    Public MethodOverloaded. Adds a new Named Child condition to the current conditions - normal specificity rank.  
    Public MethodAdds a new Next Adjacent Sibling combinator and makes its conditions the current ones.  
    Public MethodAdds a new Next General Sibling combinator and makes its conditions the current ones.  
    Public MethodAdds a new Nth child condition that matches if the element has Step * N + Offset siblings before it - normal specificity rank.  
    Public MethodAdds a new Prev Adjacent Sibling combinator and makes its conditions the current ones.  
    Public MethodAdds a new Prev General Sibling combinator and makes its conditions the current ones.  
    Public MethodStarts a new selector and makes the current condtions the selector conditions.  
    Public MethodStarts an inverted conditions section. All conditions added in this section will have their Inverted property raised. An inverted section is automatically ended when you call the End(); An inverted section can be manually ended when you call the EndInvertedConditions() method.  
    Public MethodOverloaded. Adds a new Type condition to the current conditions - low specificity rank.  
    Public MethodAdds a new User Class condition to the current conditions - normal specificity rank.  
    Public MethodAdds a new User Id condition to the current conditions - high specificity rank.  
    Public MethodOverloaded. Adds a new Value Equals condition to the current conditions - normal specificity rank.  
    Top
    See Also