Serializable
public class XPath extends Object implements Serializable
Modifier and Type | Field | 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 | Description |
---|---|
XPath() |
public boolean isAnyDescendant
public NameClass[] steps
public NameClass attributeStep
Copyright © 2019 Oracle Corporation. All rights reserved.