Package javax.xml.stream
Interface XMLEventWriter
- All Superinterfaces:
XMLEventConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
add
(XMLEventReader reader) void
close()
void
flush()
void
void
setNamespaceContext
(NamespaceContext context) void
-
Method Details
-
add
- Specified by:
add
in interfaceXMLEventConsumer
- Throws:
XMLStreamException
-
add
- Throws:
XMLStreamException
-
close
- Throws:
XMLStreamException
-
flush
- Throws:
XMLStreamException
-
getNamespaceContext
NamespaceContext getNamespaceContext() -
getPrefix
- Throws:
XMLStreamException
-
setDefaultNamespace
- Throws:
XMLStreamException
-
setNamespaceContext
- Throws:
XMLStreamException
-
setPrefix
- Throws:
XMLStreamException
-