Uses of Class
com.caucho.xml.QAbstractNode

Packages that use QAbstractNode
com.caucho.xml XML parsing and printing package. 
com.caucho.xpath.pattern   
 

Uses of QAbstractNode in com.caucho.xml
 

Subclasses of QAbstractNode in com.caucho.xml
 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.
 

Fields in com.caucho.xml declared as QAbstractNode
protected  QAbstractNode QNode._firstChild
           
protected  QAbstractNode QNode._lastChild
           
 

Methods in com.caucho.xml that return QAbstractNode
 QAbstractNode QAbstractNode.getNextContent()
           
 QAbstractNode QAbstractNode.getNextPreorder()
           
 QAbstractNode QNode.getNextPreorder()
           
 QAbstractNode QAbstractNode.getPreviousContent()
           
 

Uses of QAbstractNode in com.caucho.xpath.pattern
 

Subclasses of QAbstractNode in com.caucho.xpath.pattern
 class NamespaceNode
          A pseudo-node for handling the namespace:: axis.