Uses of Interface
org.w3c.dom.DocumentType
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of DocumentType in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement DocumentType Modifier and Type Class Description classDocumentTypeImplProvides a straightforward implementation of the corresponding W3C DOM interface.Methods in org.apache.harmony.xml.dom that return DocumentType Modifier and Type Method Description DocumentTypeDOMImplementationImpl. createDocumentType(String qualifiedName, String publicId, String systemId)DocumentTypeDocumentImpl. getDoctype()Methods in org.apache.harmony.xml.dom with parameters of type DocumentType Modifier and Type Method Description DocumentDOMImplementationImpl. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)Constructors in org.apache.harmony.xml.dom with parameters of type DocumentType Constructor Description DocumentImpl(DOMImplementationImpl impl, String namespaceURI, String qualifiedName, DocumentType doctype, String inputEncoding) -
Uses of DocumentType in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return DocumentType Modifier and Type Method Description DocumentTypeDTMNodeProxy. getDoctype() -
Uses of DocumentType in org.apache.xml.utils
Methods in org.apache.xml.utils that return DocumentType Modifier and Type Method Description DocumentTypeUnImplNode. getDoctype()Unimplemented. -
Uses of DocumentType in org.w3c.dom
Methods in org.w3c.dom that return DocumentType Modifier and Type Method Description DocumentTypeDOMImplementation. createDocumentType(String qualifiedName, String publicId, String systemId)Creates an emptyDocumentTypenode.DocumentTypeDocument. getDoctype()The Document Type Declaration (seeDocumentType) associated with this document.Methods in org.w3c.dom with parameters of type DocumentType Modifier and Type Method Description DocumentDOMImplementation. createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)Creates a DOM Document object of the specified type with its document element.