Frames | No Frames |
Methods with parameter type org.w3c.dom.DocumentType | |
Document | GnomeDocumentBuilder.createDocument(String namespaceURI, String qualifiedName, DocumentType doctype) |
Methods with return type org.w3c.dom.DocumentType | |
DocumentType | |
DocumentType | |
DocumentType | The Document Type Declaration (see DocumentType )
associated with this document. |
Classes implementing org.w3c.dom.DocumentType | |
class | A "standalone" document type, i.e. one that isn't attached to a document
node.
|
Classes implementing org.w3c.dom.DocumentType | |
class | "DocumentType" implementation (with no extensions for supporting
any document typing information). |
Methods with parameter type org.w3c.dom.DocumentType | |
Document | DOM L2
Creates and returns a Document, populated only with a root element and
optionally a document type(if that was provided).
|
Methods with return type org.w3c.dom.DocumentType | |
DocumentType | DOM L2
Creates and returns a DocumentType, associated with this
implementation. |
DocumentType | DOM L1
Returns the document's DocumentType, or null.
|
Methods with parameter type org.w3c.dom.DocumentType | |
Document | Creates a DOM Document object of the specified type with its document
element.
|
Methods with return type org.w3c.dom.DocumentType | |
DocumentType | Creates an empty DocumentType node. |
DocumentType | The Document Type Declaration (see DocumentType )
associated with this document. |