com.smallx.xml.xslt.xt.transform
Interface ResultFragmentVariant

All Superinterfaces:
Variant
All Known Implementing Classes:
ResultFragmentVariantBase

public interface ResultFragmentVariant
extends Variant


Method Summary
 void append(Result result)
           
 Item getTree(ProcessContext context)
           
 
Methods inherited from interface com.smallx.xml.xslt.xt.Variant
convertToBoolean, convertToNodeSet, convertToNumber, convertToObject, convertToPredicate, convertToString, getBaseNode, isBoolean, isNodeSet, isNumber, isString, makePermanent
 

Method Detail

append

public void append(Result result)
            throws XMLException
Throws:
XMLException

getTree

public Item getTree(ProcessContext context)
             throws XMLException
Throws:
XMLException