public class StaxToDOMConverter extends AbstractStaxConverter implements Converter<XMLStreamReader,Element>
| Constructor and Description |
|---|
StaxToDOMConverter() |
| Modifier and Type | Method and Description |
|---|---|
Element |
convert(XMLStreamReader reader) |
static void |
readDocElements(Document doc,
Node parent,
XMLStreamReader reader) |
getAttributes, getChildren, getQNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getChildren, getQNamepublic Element convert(XMLStreamReader reader)
convert in interface Converter<XMLStreamReader,Element>reader - The source objectnullpublic static void readDocElements(Document doc, Node parent, XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.