Package | Description |
---|---|
com.aspose.html.dom |
Modifier and Type | Method and Description |
---|---|
DocumentType |
IDOMImplementation.createDocumentType(String qualifiedName,
String publicId,
String systemId)
Creates an empty DocumentType node.
|
DocumentType |
Document.createDocumentType(String name,
String publicId,
String systemId,
String internalSubset)
Creates a DocumentType node.
|
DocumentType |
Document.getDoctype()
The Document Type Declaration associated with this document.
|
Modifier and Type | Method and Description |
---|---|
Document |
IDOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Creates a DOM Document object of the specified type with its document element.
|