public static class

XPath.Step

extends Object
implements Cloneable
java.lang.Object
   ↳ org.apache.xerces.impl.xpath.XPath.Step

Class Overview

A location path step comprised of an axis and node test.@xerces.internal

Summary

Fields
public XPath.Axis axis Axis.
public XPath.NodeTest nodeTest Node test.
Public Constructors
XPath.Step(XPath.Axis axis, XPath.NodeTest nodeTest)
Constructs a step from an axis and node test.
Protected Constructors
XPath.Step(XPath.Step step)
Copy constructor.
Public Methods
Object clone()
Returns a clone of this object.
String toString()
Returns a string representation of this object.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public XPath.Axis axis

Axis.

public XPath.NodeTest nodeTest

Node test.

Public Constructors

public XPath.Step (XPath.Axis axis, XPath.NodeTest nodeTest)

Constructs a step from an axis and node test.

Protected Constructors

protected XPath.Step (XPath.Step step)

Copy constructor.

Public Methods

public Object clone ()

Returns a clone of this object.

public String toString ()

Returns a string representation of this object.