com.jclark.xsl.sax2
Class MultiNamespaceResult
- Attributes, Result
public class MultiNamespaceResult
attribute , characters , comment , end , endElement , endElementContent , flush , getAttributeName , getContentHandler , getIndex , getIndex , getLength , getLocalName , getQName , getType , getType , getType , getURI , getValue , getValue , getValue , grow , grow , message , processingInstruction , rawCharacters , resultTreeFragment , setOutputMethod , start , startElement , startElementContent , throwXSLException |
MultiNamespaceResult
public MultiNamespaceResult(ContentHandler contentHandler,
ErrorHandler errorHandler)
MultiNamespaceResult
public MultiNamespaceResult(OutputMethodHandler outputMethodHandler,
ErrorHandler errorHandler)
createResult
public Result createResult(String uri)
throws XSLException
Create a Result that can write to the given uri. Used to
implement the "document" extension element,
we can only do this if we already have an OutputMethodHandler
instead of a ContentHandler for the transform results
- createResult in interface Result