NevronOpenVision
Nevron.Nov.Dom Namespace / NDomPath Class
Fields Properties Methods


In This Topic
    NDomPath Class Members
    In This Topic

    The following tables list the members exposed by NDomPath.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Creates a path from the specified ancestor to the specified node  
    Public Methodstatic (Shared in Visual Basic)Creates a path to the specified element from the specified document  
    Public Methodstatic (Shared in Visual Basic)Creates a path to the specified node from the specified document  
    Public Methodstatic (Shared in Visual Basic)Creates a path from the specified node to the specified ancestor  
    Public Methodstatic (Shared in Visual Basic)Creates a path from the specified node to the specified node  
    Public MethodOverriden because Equals was overriden  
    Public Methodstatic (Shared in Visual Basic)Creates a NDomPath instance from its string representation  
    Public MethodSelects the node identified by this path, by traversing the path from the specified origin node.  
    Public MethodOverriden to generate the string representation of a DOM path, which is a concatenation of the contained steps, divided by the '\' character.  
    Top
    See Also