|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each Document
has a doctype
attribute
whose value is either null
or a DocumentType
object. The DocumentType
interface in the DOM Level 1 Core
provides an interface to the list of entities that are defined
for the document, and little else because the effect of
namespaces and the various XML scheme efforts on DTD
representation are not clearly understood as of this writing.
The DOM Level 1 doesn't support editing DocumentType
nodes.
Property Summary | ||
name |
getName | The name of DTD; i.e., the name immediately
following the |
entities |
getEntities | A The DOM Level 1 does not support editing entities, therefore
|
notations |
getNotations | A The DOM Level 1 does not support editing notations, therefore
|
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE,
CDATA_SECTION_NODE,
COMMENT_NODE,
DOCUMENT_FRAGMENT_NODE,
DOCUMENT_NODE,
DOCUMENT_TYPE_NODE,
ELEMENT_NODE,
ENTITY_NODE,
ENTITY_REFERENCE_NODE,
NOTATION_NODE,
PROCESSING_INSTRUCTION_NODE,
TEXT_NODE |
Method Summary | |
NamedNodeMap |
getEntities()
Returns the value of the entities property. |
java.lang.String |
getName()
Returns the value of the name property. |
NamedNodeMap |
getNotations()
Returns the value of the notations property. |
Methods inherited from interface org.w3c.dom.Node |
appendChild,
cloneNode,
getAttributes,
getChildNodes,
getFirstChild,
getLastChild,
getNextSibling,
getNodeName,
getNodeType,
getNodeValue,
getOwnerDocument,
getParentNode,
getPreviousSibling,
hasChildNodes,
insertBefore,
removeChild,
replaceChild,
setNodeValue |
Method Detail |
public java.lang.String getName()
name
property.public NamedNodeMap getEntities()
entities
property.public NamedNodeMap getNotations()
notations
property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |