| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.jxpath.ri.JXPathCompiledExpressionConstructor Summary | |
| |
Method Summary | |
Pointer |
|
Pointer |
|
protected Expression | |
Pointer |
|
Object |
|
Object |
|
protected String |
|
Iterator |
|
Iterator |
|
void |
|
void |
|
void |
|
String |
|
public Pointer createPath(JXPathContext context)
- Specified by:
- createPath in interface CompiledExpression
public Pointer createPathAndSetValue(JXPathContext context, Object value)
- Specified by:
- createPathAndSetValue in interface CompiledExpression
public Pointer getPointer(JXPathContext context, String xpath)
- Specified by:
- getPointer in interface CompiledExpression
public Object getValue(JXPathContext context)
- Specified by:
- getValue in interface CompiledExpression
public Object getValue(JXPathContext context, Class requiredType)
- Specified by:
- getValue in interface CompiledExpression
protected String getXPath()
public Iterator iterate(JXPathContext context)
- Specified by:
- iterate in interface CompiledExpression
public Iterator iteratePointers(JXPathContext context)
- Specified by:
- iteratePointers in interface CompiledExpression
public void removeAll(JXPathContext context)
- Specified by:
- removeAll in interface CompiledExpression
public void removePath(JXPathContext context)
- Specified by:
- removePath in interface CompiledExpression
public void setValue(JXPathContext context, Object value)
- Specified by:
- setValue in interface CompiledExpression
public String toString()