dk.brics.xact.operations
Class XMLResult

java.lang.Object
  extended by javax.xml.transform.sax.SAXResult
      extended by dk.brics.xact.operations.XMLResult
All Implemented Interfaces:
Result

public class XMLResult
extends SAXResult

Result class for XSL transformations. The class extends SAXResult and may therefore be used in combination with XMLSource to make XSL transformations through the standard JAXP classes.

Author:
Mathias Schwarz

Field Summary
 
Fields inherited from class javax.xml.transform.sax.SAXResult
FEATURE
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
XMLResult()
          Constructs a new XMLResult object.
 
Method Summary
 XML getResult()
          Returns the resulting XML template.
 
Methods inherited from class javax.xml.transform.sax.SAXResult
getHandler, getLexicalHandler, getSystemId, setHandler, setLexicalHandler, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLResult

public XMLResult()
Constructs a new XMLResult object.

Method Detail

getResult

public XML getResult()
Returns the resulting XML template.



Copyright © 2005-2011 Aarhus University.