|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.ExpressionSupport
com.ricebridge.xmlman.in.test.DirectExpression
Expression that accesses a TargetPath directly - used for testing.
The Source Code of this Java class is available under a BSD-style license.
| Constructor Summary | |
DirectExpression(TargetPath pTargetPath)
Pass in the TargetPath that will provide the value directly. |
|
| Method Summary | |
protected String |
resolveImpl(com.ricebridge.xmlman.tp.Context pContext)
Just get the value from the TargetPath. |
String |
toString()
Debugging description. |
| Methods inherited from class com.ricebridge.xmlman.in.ExpressionSupport |
resolve |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DirectExpression(TargetPath pTargetPath)
TargetPath that will provide the value directly.
| Method Detail |
protected String resolveImpl(com.ricebridge.xmlman.tp.Context pContext)
TargetPath.
resolveImpl in class ExpressionSupportpublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||