net.sf.xolite.transform
Class XMLEventParserResult
java.lang.Object
  
javax.xml.transform.sax.SAXResult
      
net.sf.xolite.transform.XMLEventParserResult
- All Implemented Interfaces: 
 - Result
 
public class XMLEventParserResult
- extends SAXResult
 
Implementation of a XML transformation result that will internally consume the event sent to it to build a XMLSerializable
 object. This object uses internally a SaxXMLEventParser to interpret the events coming out the XSL transformation.
- Author:
 
  - Olivier Berlanger
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XMLEventParserResult
public XMLEventParserResult()
XMLEventParserResult
public XMLEventParserResult(XMLSerializable rootObject)
setXmlObjectFactory
public void setXmlObjectFactory(XMLObjectFactory factory)
 
getXmlObjectFactory
public XMLObjectFactory getXmlObjectFactory()
                                     throws XMLParseException
- Throws:
 XMLParseException
 
getParsedObject
public XMLSerializable getParsedObject()
 
Copyright © 2012. All Rights Reserved.