@Deprecated
public interface XMLOutputStream
Modifier and Type | Method and Description |
---|---|
void |
add(Attribute attribute)
Deprecated.
|
void |
add(java.lang.String markup)
Deprecated.
|
void |
add(XMLEvent event)
Deprecated.
|
void |
add(XMLInputStream inputStream)
Deprecated.
|
void |
close()
Deprecated.
|
void |
close(boolean flush)
Deprecated.
|
void |
flush()
Deprecated.
|
void add(XMLEvent event) throws XMLStreamException
XMLStreamException
void add(XMLInputStream inputStream) throws XMLStreamException
XMLStreamException
void add(java.lang.String markup) throws XMLStreamException
XMLStreamException
void add(Attribute attribute) throws XMLStreamException
XMLStreamException
void close() throws XMLStreamException
XMLStreamException
void close(boolean flush) throws XMLStreamException
XMLStreamException
void flush() throws XMLStreamException
XMLStreamException