|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.tr.RawValueOfAction
represents an "xsl:value-of" with disable-output-escaping='yes'
Constructor Summary | |
(package private) |
RawValueOfAction(StringExpr expr)
construct around the given StringExpr |
Method Summary | |
void |
invoke(ProcessContext context,
Node sourceNode,
Result result)
evaluate with the given context Node and ProcessContext, sending the results to the given result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
RawValueOfAction(StringExpr expr)
Method Detail |
public void invoke(ProcessContext context, Node sourceNode, Result result) throws XSLException
invoke
in interface Action
XSLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |