| Package | Description |
|---|---|
| org.jupnp.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMParser<D extends DOM>
Condensed API for parsing of XML into DOM with (optional) XML schema validation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DOM |
DOM.copy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
DOMParser.getXPathResult(DOM dom,
XPath xpath,
String expr,
QName result) |
String |
DOMParser.print(DOM dom) |
String |
DOMParser.print(DOM dom,
boolean standalone) |
String |
DOMParser.print(DOM dom,
int indent) |
String |
DOMParser.print(DOM dom,
int indent,
boolean standalone) |
void |
DOMParser.validate(DOM dom) |
Copyright © 2023 jUPnP.org. All rights reserved.