com.jclark.xsl.sax2
Interface ResultTreeFragment


public interface ResultTreeFragment

A Result Tree Fragment can write out a representation of itself as a sequence of SAX events


Method Summary
 void emit(org.xml.sax.ContentHandler handler)
          emit a representation of this result tree fragment as a sequence of SAX events to the given ContentHandler
 

Method Detail

emit

void emit(org.xml.sax.ContentHandler handler)
          throws org.xml.sax.SAXException
emit a representation of this result tree fragment as a sequence of SAX events to the given ContentHandler

Throws:
org.xml.sax.SAXException