979899100101102103104105106107
} public void serialize(XMLStreamWriter xmlWriter) throws XMLStreamException { StAXOutputter outputter = new StAXOutputter(xmlWriter); try { outputter.outputFragment(data); } catch (JDOMException e) { throw new XMLStreamException(e); } }
100101102103104105106107108109110
8283848586878889909192
8384858687888990919293
} public void serialize(XMLStreamWriter xmlWriter) throws XMLStreamException { StAXOutputter outputter = new StAXOutputter(xmlWriter); try { outputter.outputFragment(data); } catch (JDOMException e) { throw new XMLStreamException(e); } } }