| 程序包 | 说明 |
|---|---|
| com.hp.hpl.sparta.xpath |
XPath parse trees over which Visitor objects can traverse to apply the
XPath expression to DOM nodes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AllElementTest
A '*' node test.
|
class |
AttrTest
A node test for an element with a particular tagname.
|
class |
ElementTest
A node test for an element with a particular tagname.
|
class |
ParentNodeTest
A '..' node test.
|
class |
TextTest
A "text()" node test in a Xpath step.
|
class |
ThisNodeTest
A '.' node test.
|
| 限定符和类型 | 方法和说明 |
|---|---|
NodeTest |
Step.getNodeTest() |
Copyright © 2013. All Rights Reserved.