public class StaxSerializer extends Object
| Constructor and Description |
|---|
StaxSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeDocument(org.jdom.Document doc,
XMLStreamWriter writer) |
void |
writeElement(org.jdom.Element e,
XMLStreamWriter writer) |
public void writeDocument(org.jdom.Document doc,
XMLStreamWriter writer)
throws XMLStreamException
XMLStreamExceptionpublic void writeElement(org.jdom.Element e,
XMLStreamWriter writer)
throws XMLStreamException
XMLStreamExceptionApache CXF