org.apache.cxf.aegis.util.jdom
Class StaxSerializer
java.lang.Object
org.apache.cxf.aegis.util.jdom.StaxSerializer
public class StaxSerializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxSerializer
public StaxSerializer()
writeDocument
public void writeDocument(org.jdom.Document doc,
XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
writeElement
public void writeElement(org.jdom.Element e,
XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
Apache CXF