dk.brics.xact.operations
Class XMLResult
java.lang.Object
  
javax.xml.transform.sax.SAXResult
      
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
 
 
 
 
| 
Constructor Summary | 
XMLResult()
 
          Constructs a new XMLResult object. | 
 
| 
Method Summary | 
 XML | 
getResult()
 
          Returns the resulting XML template. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XMLResult
public XMLResult()
- Constructs a new 
XMLResult object.
 
getResult
public XML getResult()
- Returns the resulting XML template.
 
 
 Copyright © 2005-2011 Aarhus University.