[This is preliminary documentation and is subject to change.]

Implements XPathNavigator over any object structure

The XPathObjectNavigator..::..Step type exposes the following members.

Constructors

  NameDescription
Public methodXPathObjectNavigator..::..Step
CTor

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current XPathObjectNavigator..::..Step.
(Overrides Object..::..Equals(Object).)
Public methodEquals(XPathObjectNavigator..::..Step)
Determines whether the specified XPathObjectNavigator..::..Step is equal to the current XPathObjectNavigator..::..Step.
Public methodToString
Returns a String that represents the current XPathObjectNavigator..::..Step.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldObject
Reprecents object associated with this step

Properties

  NameDescription
Public propertyStepClass
Returns one of XPathObjectNavigator..::..Step..::..StepClasses values according to type of current step

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone Obsolete.

See Also