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
XMLStreamException
public void writeElement(org.jdom.Element e, XMLStreamWriter writer) throws XMLStreamException
XMLStreamException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.