com.jclark.xsl.tr
Interface ResultFragmentVariant

All Superinterfaces:
Variant
All Known Implementing Classes:
ActionResultFragmentVariant, ResultFragmentVariantBase

public interface ResultFragmentVariant
extends Variant


Method Summary
 void append(Result result)
           
 Node getTree(ProcessContext context)
           
 
Methods inherited from interface com.jclark.xsl.expr.Variant
convertToBoolean, convertToNodeSet, convertToNumber, convertToObject, convertToPredicate, convertToString, getBaseNode, isBoolean, isNodeSet, isNumber, isString, makePermanent
 

Method Detail

append

void append(Result result)
            throws XSLException
Throws:
XSLException

getTree

Node getTree(ProcessContext context)
             throws XSLException
Throws:
XSLException