Interface XMLEventWriter
- All Superinterfaces:
XMLEventConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidadd(XMLEventReader reader) voidclose()voidflush()voidvoidsetNamespaceContext(NamespaceContext context) void
-
Method Details
-
add
- Specified by:
addin 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
-