Uses of Class
com.caucho.xml2.QDocumentType

Packages that use QDocumentType
com.caucho.xml2   
 

Uses of QDocumentType in com.caucho.xml2
 

Methods in com.caucho.xml2 with parameters of type QDocumentType
 void DOMBuilder.dtd(QDocumentType dtd)
           
 

Constructors in com.caucho.xml2 with parameters of type QDocumentType
DtdParser(XmlParser xmlParser, QDocumentType dtd)