Go to the documentation of this file.
9 package javolution.xml.internal.stream;
11 import java.io.OutputStream;
12 import java.io.Writer;
55 if ((encoding ==
null) || encoding.equals(
"UTF-8")
56 || encoding.equals(
"utf-8"))
72 public Object
getProperty(String name)
throws IllegalArgumentException {
86 throw new IllegalArgumentException(
"Property: " + name
102 throws IllegalArgumentException {
116 throw new IllegalArgumentException(
"Property: " + name
147 }
catch (CloneNotSupportedException e) {
static final String LINE_SEPARATOR
void setIndentation(String indentation)
void setRepairingNamespaces(boolean isRepairingNamespaces)
static final String IS_REPAIRING_NAMESPACES
void setOutput(OutputStream out)
Boolean _noEmptyElementTag
static final String NO_EMPTY_ELEMENT_TAG
void setAutomaticEmptyElements(boolean automaticEmptyElements)
Boolean _isRepairingNamespaces
void setLineSeparator(String lineSeparator)
Boolean _automaticEmptyElements
static final String AUTOMATIC_EMPTY_ELEMENTS
void setNoEmptyElementTag(boolean noEmptyElementTag)
void recycle(XMLStreamWriterImpl xmlWriter)
FastTable< XMLStreamWriterImpl > _recycled
static final String REPAIRING_PREFIX
XMLStreamWriterImpl createXMLStreamWriter(OutputStream stream)
void setRepairingPrefix(String repairingPrefix)
XMLStreamWriterImpl createXMLStreamWriter(Writer writer)
XMLStreamWriterImpl createXMLStreamWriter(OutputStream stream, String encoding)
boolean isPropertySupported(String name)
static final String INDENTATION
Object getProperty(String name)
void setProperty(String name, Object value)
XMLStreamWriterImpl newWriter()