|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.myjavatools.xml.BasicXmlData.Expression
An abstract class that stores an expression used in XmlData search/filtering.
| Constructor Summary | |
BasicXmlData.Expression()
|
|
| Method Summary | |
static BasicXmlData.Expression |
parse(java.lang.String source)
Parses a string containing search/selection condition. |
abstract boolean |
satisfies(XmlData entity)
Checks whether XmlData satisfies a condition. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicXmlData.Expression()
| Method Detail |
public static BasicXmlData.Expression parse(java.lang.String source)
A condition consist of disjunctions of conjunctions of comparisons. Comparisons compare a node's type, value or attribute value to a string constant.
source - the expression to be parsed
public abstract boolean satisfies(XmlData entity)
XmlData.Condition
satisfies in interface XmlData.Conditionentity - the data to check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||