Uses of Class
com.caucho.xml2.QDocument

Packages that use QDocument
com.caucho.xml2   
 

Uses of QDocument in com.caucho.xml2
 

Methods in com.caucho.xml2 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.xml2 with parameters of type QDocument
QAbstractNode(QDocument owner)
           
QAttr(QDocument owner, javax.xml.namespace.QName name)
           
QDocumentFragment(QDocument owner)
           
QElement(QDocument owner, javax.xml.namespace.QName name)
           
QEntityReference(QDocument owner, java.lang.String name)
           
QNode(QDocument owner)