Package | Description |
---|---|
org.apache.xml.dtm.ref | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.w3c.dom |
Modifier and Type | Method and Description |
---|---|
DocumentType |
DTMNodeProxy.getDoctype() |
Modifier and Type | Method and Description |
---|---|
DocumentType |
UnImplNode.getDoctype()
Unimplemented.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.