public abstract class DOM extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CDATA_BEGIN |
static String |
CDATA_END |
static URI |
XML_SCHEMA_NAMESPACE |
| Modifier and Type | Method and Description |
|---|---|
abstract DOM |
copy() |
Element |
createRoot(String name) |
abstract DOMElement |
getRoot(XPath xpath) |
abstract String |
getRootElementNamespace() |
Document |
getW3CDocument() |
public static final URI XML_SCHEMA_NAMESPACE
public static final String CDATA_BEGIN
public static final String CDATA_END
public DOM(Document dom)
Copyright © 2023 jUPnP.org. All rights reserved.