YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
org.seamless.xml.DOM Class Referenceabstract

Wraps a W3C document and provides an entry point for browsing the DOM (in subclasses). More...

Collaboration diagram for org.seamless.xml.DOM:
Collaboration graph

Public Member Functions

 DOM (Document dom)
 
Document getW3CDocument ()
 
Element createRoot (String name)
 
abstract String getRootElementNamespace ()
 
abstract DOMElement getRoot (XPath xpath)
 
abstract DOM copy ()
 

Static Public Attributes

static final URI XML_SCHEMA_NAMESPACE
 
static final String CDATA_BEGIN = "<![CDATA["
 
static final String CDATA_END = "]]>"
 

Detailed Description

Wraps a W3C document and provides an entry point for browsing the DOM (in subclasses).

Author
Christian Bauer

Member Data Documentation

◆ 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: