Package | Description |
---|---|
org.w3c.dom |
Provides the interfaces for the Document Object Model (DOM).
|
Modifier and Type | Method and Description |
---|---|
NamedNodeMap |
Node.getAttributes()
A
NamedNodeMap containing the attributes of this node (if
it is an Element ) or null otherwise. |
NamedNodeMap |
DocumentType.getEntities()
A
NamedNodeMap containing the general entities, both
external and internal, declared in the DTD. |
NamedNodeMap |
DocumentType.getNotations()
A
NamedNodeMap containing the notations declared in the
DTD. |
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2015, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.