org.codehaus.xfire.jaxb
Class FilteringStaxResult
java.lang.Object
javax.xml.transform.sax.SAXResult
org.codehaus.xfire.jaxb.FilteringStaxResult
- All Implemented Interfaces:
- Result
public class FilteringStaxResult
- extends SAXResult
XMLStreamReader to StaxResult converter that ignores startDocument and endDocument
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteringStaxResult
public FilteringStaxResult(javax.xml.stream.XMLStreamWriter writer)
- Create a new
Result
that produces
a result on the specified XMLStreamWriter
- Parameters:
writer
- the XMLStreamWriter
- Throws:
IllegalArgumentException
- iff the writer is null
Copyright © 2004-2013. All Rights Reserved.