|
||||||||||
| 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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. |
| org.apache.xalan.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
|
| 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 | |
Document |
DOMImplementationImpl.createDocument(java.lang.String namespaceURI,
java.lang.String qualifiedName,
DocumentType doctype)
Introduced in DOM Level 2. |
| Uses of DocumentType in org.apache.xalan.utils |
| Methods in org.apache.xalan.utils that return DocumentType | |
DocumentType |
UnImplNode.getDoctype()
**For internal use only** 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 | |||||||||