Package | Description |
---|---|
com.caucho.xml2 |
Modifier and Type | Interface and Description |
---|---|
interface |
CauchoDocument
CauchoDocument extends the DOM, providing namespaces
|
interface |
CauchoElement
CauchoElement extends the DOM, providing for ordered Attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
QAbstractNode
QAbstractNode is an abstract implementation for any DOM node.
|
class |
QAttr |
class |
QAttributedNode |
class |
QCdata |
class |
QComment |
class |
QDocument
Implements the top-level document for the XML tree.
|
class |
QDocumentFragment |
class |
QDocumentType |
class |
QElement
Resin's implementation of the DOM element.
|
class |
QEntityReference |
class |
QNode
QNode represents any node that can have children.
|
class |
QProcessingInstruction |
class |
QText
Represents a text node.
|