|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
gnu.xml.dom | This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). |
org.w3c.dom | Contains the core and "XML" feature set of the DOM Level 2 Recommendation. |
Uses of DocumentType in gnu.xml.dom |
Classes in gnu.xml.dom that implement DocumentType | |
class |
DomDoctype
"DocumentType" implementation (with no extensions for supporting any document typing information). |
Methods in gnu.xml.dom that return DocumentType | |
DocumentType |
DomImpl.createDocumentType(java.lang.String rootName,
java.lang.String publicId,
java.lang.String systemId)
DOM L2 Creates and returns a DocumentType, associated with this implementation. |
DocumentType |
DomDocument.getDoctype()
DOM L1 Returns the document's DocumentType, or null. |
Methods in gnu.xml.dom with parameters of type DocumentType | |
Document |
DomImpl.createDocument(java.lang.String namespaceURI,
java.lang.String rootName,
DocumentType doctype)
DOM L2 Creates and returns a Document, populated only with a root element and optionally a document type (if that was provided). |
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 a DOM Document object of the specified type with its document element. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.