Uses of Class
com.caucho.xml.QDocument

Packages that use QDocument
com.caucho.xml XML parsing and printing package. 
 

Uses of QDocument in com.caucho.xml
 

Methods in com.caucho.xml with parameters of type QDocument
protected  org.w3c.dom.Node QDocument.copyNode(QDocument newNode, boolean deep)
           
 void AbstractParser.parseDocument(QDocument doc, java.io.InputStream is, java.lang.String systemId)
           
 void AbstractParser.setOwner(QDocument doc)
          Sets the owner.
 

Constructors in com.caucho.xml with parameters of type QDocument
QAbstractNode(QDocument owner)
           
QAttr(QDocument owner, QName name)
           
QDocumentFragment(QDocument owner)
           
QElement(QDocument owner, QName name)
           
QEntityReference(QDocument owner, java.lang.String name)
           
QNode(QDocument owner)