public abstract class FilterXMLOutputFactory
extends javax.xml.stream.XMLOutputFactory
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.stream.XMLOutputFactory |
source |
| Constructor and Description |
|---|
FilterXMLOutputFactory() |
FilterXMLOutputFactory(javax.xml.stream.XMLOutputFactory source) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(java.io.OutputStream stream) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(java.io.OutputStream stream,
java.lang.String encoding) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(javax.xml.transform.Result result) |
javax.xml.stream.XMLEventWriter |
createXMLEventWriter(java.io.Writer writer) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(java.io.OutputStream stream) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(java.io.OutputStream stream,
java.lang.String encoding) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(javax.xml.transform.Result result) |
javax.xml.stream.XMLStreamWriter |
createXMLStreamWriter(java.io.Writer writer) |
boolean |
equals(java.lang.Object o) |
protected static boolean |
equals(java.lang.Object x,
java.lang.Object y) |
protected abstract javax.xml.stream.XMLEventWriter |
filter(javax.xml.stream.XMLEventWriter writer)
Transform the given writer.
|
protected abstract javax.xml.stream.XMLStreamWriter |
filter(javax.xml.stream.XMLStreamWriter writer) |
java.lang.Object |
getProperty(java.lang.String name)
Delegates to source.
|
int |
hashCode() |
protected static int |
hashCode(java.lang.Object o) |
boolean |
isPropertySupported(java.lang.String name)
Delegates to source.
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Delegates to source.
|
public FilterXMLOutputFactory()
public FilterXMLOutputFactory(javax.xml.stream.XMLOutputFactory source)
protected abstract javax.xml.stream.XMLEventWriter filter(javax.xml.stream.XMLEventWriter writer)
protected abstract javax.xml.stream.XMLStreamWriter filter(javax.xml.stream.XMLStreamWriter writer)
public boolean isPropertySupported(java.lang.String name)
isPropertySupported in class javax.xml.stream.XMLOutputFactorypublic void setProperty(java.lang.String name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
setProperty in class javax.xml.stream.XMLOutputFactoryjava.lang.IllegalArgumentExceptionpublic java.lang.Object getProperty(java.lang.String name)
throws java.lang.IllegalArgumentException
getProperty in class javax.xml.stream.XMLOutputFactoryjava.lang.IllegalArgumentExceptionpublic javax.xml.stream.XMLEventWriter createXMLEventWriter(javax.xml.transform.Result result)
throws javax.xml.stream.XMLStreamException
createXMLEventWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer writer)
throws javax.xml.stream.XMLStreamException
createXMLEventWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream stream)
throws javax.xml.stream.XMLStreamException
createXMLEventWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream stream,
java.lang.String encoding)
throws javax.xml.stream.XMLStreamException
createXMLEventWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result result)
throws javax.xml.stream.XMLStreamException
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer)
throws javax.xml.stream.XMLStreamException
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream)
throws javax.xml.stream.XMLStreamException
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream,
java.lang.String encoding)
throws javax.xml.stream.XMLStreamException
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactoryjavax.xml.stream.XMLStreamExceptionpublic int hashCode()
hashCode in class java.lang.Objectprotected static int hashCode(java.lang.Object o)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected static boolean equals(java.lang.Object x,
java.lang.Object y)