Wraps a W3C document and provides an entry point for browsing the DOM (in subclasses).
More...
|
| DOM (Document dom) |
|
Document | getW3CDocument () |
|
Element | createRoot (String name) |
|
abstract String | getRootElementNamespace () |
|
abstract DOMElement | getRoot (XPath xpath) |
|
abstract DOM | copy () |
|
|
static final URI | XML_SCHEMA_NAMESPACE |
|
static final String | CDATA_BEGIN = "<![CDATA[" |
|
static final String | CDATA_END = "]]>" |
|
Wraps a W3C document and provides an entry point for browsing the DOM (in subclasses).
- Author
- Christian Bauer
◆ XML_SCHEMA_NAMESPACE
final URI org.seamless.xml.DOM.XML_SCHEMA_NAMESPACE |
|
static |
Initial value:=
URI.create("http://www.w3.org/2001/xml.xsd")
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/seamless/xml/DOM.java