Uses of Class
com.caucho.xml2.QAbstractNode

Packages that use QAbstractNode
com.caucho.xml2   
 

Uses of QAbstractNode in com.caucho.xml2
 

Subclasses of QAbstractNode in com.caucho.xml2
 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.xml2 declared as QAbstractNode
protected  QAbstractNode QNode._firstChild
           
protected  QAbstractNode QNode._lastChild
           
 

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