com.bea.xml.stream
public class XMLEventWriterBase extends Object implements XMLEventWriter, XMLEventConsumer
The base writer class
| Constructor Summary | |
|---|---|
| XMLEventWriterBase(XMLStreamWriter writer) | |
| Method Summary | |
|---|---|
| void | add(XMLEvent e) |
| void | add(XMLEventReader stream) |
| void | addAttribute(Attribute a) |
| void | addCharacters(Characters cd) |
| void | addComment(Comment c) |
| void | addDTD(DTD dtd) |
| void | addEndDocument(EndDocument ed) |
| void | addEntityReference(EntityReference er) |
| void | addNamespace(Namespace ns) |
| void | addProcessingInstruction(ProcessingInstruction pi) |
| void | addStartDocument(StartDocument sd) |
| void | close() |
| void | flush() |
| NamespaceContext | getNamespaceContext() |
| String | getPrefix(String uri) |
| static void | main(String[] args) |
| void | setDefaultNamespace(String uri) |
| void | setNamespaceContext(NamespaceContext context) |
| void | setPrefix(String prefix, String uri) |
| void | writeNamespace(Namespace n) |