|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.hp.hpl.sparta.xpath | |
com.hp.hpl.sparta.xpath | XPath parse trees over which Visitor objects can traverse to apply the XPath expression to DOM nodes. |
com.hp.hpl.thermopylae.fatpath | Apply XPath expressions to standard W3C DOM trees. |
Classes in com.hp.hpl.sparta.xpath used by com.hp.hpl.sparta.xpath | |
AllElementTest
A '*' node test. |
|
AttrEqualsExpr
A '@attrName = "value"' test. |
|
AttrExistsExpr
A '@attrName' test to see if attribute exists. |
|
AttrExpr
A boolean test on an attribute. |
|
AttrNotEqualsExpr
A '@attrName != "value"' test. |
|
AttrTest
A node test for an element with a particular tagname. |
|
BooleanExpr
an expression that returns a boolean value. |
|
ElementTest
A node test for an element with a particular tagname. |
|
NodeTest
The test for a nodeset that appears before the optional [predicate] in an xpath step. |
|
ParentNodeTest
A '..' node test. |
|
PositionEqualsExpr
Test position within element list. |
|
TextTest
A "text()" node test in a Xpath step. |
|
ThisNodeTest
A '.' node test. |
|
TrueExpr
The boolean constant "true". |
|
Visitor
Something that crawls over the parse tree. |
|
XPath
The root of the parse tree for an XPath expression. |
|
XPathException
Thrown when some problem parsing or executing an XPath expression. |
Classes in com.hp.hpl.sparta.xpath used by com.hp.hpl.thermopylae.fatpath | |
XPathException
Thrown when some problem parsing or executing an XPath expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |