public class XPath extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
NameClass |
attributeStep
optional attribute step that can only appear as the last child.
|
boolean |
isAnyDescendant
this field is true if the XPath starts with '//' operator.
|
NameClass[] |
steps
each name class represents each step.
|
Constructor and Description |
---|
XPath() |
public boolean isAnyDescendant
public NameClass[] steps
public NameClass attributeStep
Copyright © 2016 Oracle Corporation. All rights reserved.