Package org.oXML.xpath.step

Interface Summary
LocationPath  
NodeTest  
 

Class Summary
AbbreviatedAbsoluteLocationPath  
AbsoluteLocationPath  
BooleanExpression  
EqualityExpression  
FilterExpression  
LiteralExpression  
MathExpression tbd - how compare a nodeset and boolean ??? eg test="/foo/bar < true" ??? or even - how compare two booleans? or two strings - lexicographically?? xalan gave me false on 'true <= false', 'true > false' and '"abc" <= "abc"'.
NameTest  
NegativeExpression  
NodeType  
NumberExpression  
Predicate  
PredicatedFilterExpression  
PredicatedStep represents an XPath Step with one or more Predicates
RelationalExpression tbd - how compare a nodeset and boolean ??? eg test="/foo/bar < true()" ??? or even - how compare two booleans? or two strings - lexicographically?? xalan gave me false on 'true() <= false()' and '"abc" <= "abc"'.
RelativeLocationPath  
Step represents an XPath Step, consisting of an Axis with a NodeTest
UnionExpression