public class ExistDOMConverter extends Object
| Constructor and Description |
|---|
ExistDOMConverter() |
| Modifier and Type | Method and Description |
|---|---|
Document |
asDocument(Document input)
convert a DOM document to a w3c DOM Document on which you can run an XPath.
|
InputSource |
asInputSource(Document input)
convert a DOM document to InputSource on which you can run an XPath.
|
String |
asString(Document input)
serialize a dom document to a string.
|
public InputSource asInputSource(Document input) throws IOException
input - DOM documentIOException - happens ?public String asString(Document input) throws IOException
input - DOM documentIOException - happens ?public Document asDocument(Document input) throws IOException, ParserConfigurationException, SAXException
input - input eXist DOM documentIOException - happensParserConfigurationException - happensSAXException - happensCopyright © 2026. All rights reserved.