|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.transform.sax.SAXResult
org.codehaus.xfire.jaxb.FilteringStaxResult
public class FilteringStaxResult
XMLStreamReader to StaxResult converter that ignores startDocument and endDocument
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 | |
---|---|
FilteringStaxResult(javax.xml.stream.XMLStreamWriter writer)
Create a new Result that produces
a result on the specified XMLStreamWriter |
Method Summary |
---|
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 |
---|
public FilteringStaxResult(javax.xml.stream.XMLStreamWriter writer)
Result
that produces
a result on the specified XMLStreamWriter
writer
- the XMLStreamWriter
java.lang.IllegalArgumentException
- iff the writer is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |