Uses of Class
org.javarosa.xpath.expr.XPathStep
| Package | Description |
|---|---|
| org.javarosa.xpath.expr | |
| org.javarosa.xpath.parser.ast |
-
Uses of XPathStep in org.javarosa.xpath.expr
Fields in org.javarosa.xpath.expr declared as XPathStep Modifier and Type Field Description XPathStep[]XPathPathExpr. stepsMethods in org.javarosa.xpath.expr that return XPathStep Modifier and Type Method Description static XPathStepXPathStep. ABBR_DESCENDANTS()static XPathStepXPathStep. ABBR_PARENT()static XPathStepXPathStep. ABBR_SELF()XPathStepXPathStep. intern()Methods in org.javarosa.xpath.expr with parameters of type XPathStep Modifier and Type Method Description protected booleanXPathStep. matches(XPathStep o)"matches" follows roughly the same process as equals(), in that it for a step it will check whether two steps share the same properties (multiplicity, test, axis, etc).Method parameters in org.javarosa.xpath.expr with type arguments of type XPathStep Modifier and Type Method Description static voidXPathStep. attachCacheTable(CacheTable<XPathStep> refs)Constructors in org.javarosa.xpath.expr with parameters of type XPathStep Constructor Description XPathPathExpr(int init_context, XPathStep[] steps)XPathPathExpr(XPathFilterExpr filtExpr, XPathStep[] steps) -
Uses of XPathStep in org.javarosa.xpath.parser.ast
Methods in org.javarosa.xpath.parser.ast that return XPathStep Modifier and Type Method Description XPathStepASTNodePathStep. getStep()