Package | Description |
---|---|
com.caucho.xml |
XML parsing and printing package.
|
com.caucho.xpath.pattern |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected QAbstractNode |
QNode._firstChild |
protected QAbstractNode |
QNode._lastChild |
Modifier and Type | Method and Description |
---|---|
QAbstractNode |
QAbstractNode.getNextContent() |
QAbstractNode |
QNode.getNextPreorder() |
QAbstractNode |
QAbstractNode.getNextPreorder() |
QAbstractNode |
QAbstractNode.getPreviousContent() |
Modifier and Type | Class and Description |
---|---|
class |
NamespaceNode
A pseudo-node for handling the namespace:: axis.
|