|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsiena.xml.xpath.Predicate
siena.xml.xpath.CompoundPredicate
public class CompoundPredicate
Object that represents a compound predicate: two or more predicates connected by boolean operations. A binary tree is used to represent this predicate. This predicate uses the preidcate parser to generate the binary tree.
| Field Summary |
|---|
| Fields inherited from class siena.xml.xpath.Predicate |
|---|
COMPARE, COMPOUND, EQUALITY, FUNCTION, POSITION |
| Constructor Summary | |
|---|---|
CompoundPredicate(java.lang.String predicates)
Creates new CompoundPredicate |
|
| Method Summary | |
|---|---|
BinaryNode |
getTree()
|
| Methods inherited from class siena.xml.xpath.Predicate |
|---|
buildPredicate, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundPredicate(java.lang.String predicates)
| Method Detail |
|---|
public BinaryNode getTree()
|
SienaXML (v.2.0.0) API documentation | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||