|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.w3c.dom | Document Object Model level 2 interfaces. |
Uses of DocumentType in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement DocumentType | |
class |
DocumentTypeImpl
**For internal use only** Class to hold information about a DocumentType node |
Methods in org.apache.xalan.stree that return DocumentType | |
DocumentType |
DocumentImpl.getDoctype()
For XML, this provides access to the Document Type Definition. |
DocumentType |
DOMImplementationImpl.createDocumentType(java.lang.String qualifiedName,
java.lang.String publicID,
java.lang.String systemID)
Introduced in DOM Level 2. |
Methods in org.apache.xalan.stree with parameters of type DocumentType | |
void |
DocumentImpl.setDoctype(DocumentType docType)
|
Document |
DOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Introduced in DOM Level 2. |
Uses of DocumentType in org.apache.xml.utils |
Methods in org.apache.xml.utils that return DocumentType | |
DocumentType |
UnImplNode.getDoctype()
Unimplemented. |
Uses of DocumentType in org.w3c.dom |
Methods in org.w3c.dom that return DocumentType | |
DocumentType |
DOMImplementation.createDocumentType(java.lang.String qualifiedName,
java.lang.String publicId,
java.lang.String systemId)
Creates an empty DocumentType node. |
DocumentType |
Document.getDoctype()
The Document Type Declaration (see DocumentType )
associated with this document. |
Methods in org.w3c.dom with parameters of type DocumentType | |
Document |
DOMImplementation.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Creates an XML Document object of the specified type with
its document element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |