|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
com.japisoft.fastparser.dom | |
org.w3c.dom |
Uses of DocumentType in com.japisoft.fastparser.dom |
Classes in com.japisoft.fastparser.dom that implement DocumentType | |
class |
DocumentTypeImpl
DocumentType : Not implemented |
Methods in com.japisoft.fastparser.dom that return DocumentType | |
DocumentType |
DOMImplementationImpl.createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
|
DocumentType |
DocumentImpl.getDoctype()
The Document Type Declaration (see DocumentType ) associated
with this document. |
Methods in com.japisoft.fastparser.dom with parameters of type DocumentType | |
Document |
DOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
|
Uses of DocumentType in org.w3c.dom |
Methods in org.w3c.dom that return DocumentType | |
DocumentType |
Document.getDoctype()
The Document Type Declaration (see DocumentType ) associated
with this document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |