| Package | Description | 
|---|---|
| org.w3c.dom | Provides the interfaces for the Document Object Model (DOM). | 
| Modifier and Type | Method and Description | 
|---|---|
| NamedNodeMap | Node. getAttributes()A  NamedNodeMapcontaining the attributes of this node (if
 it is anElement) ornullotherwise. | 
| NamedNodeMap | DocumentType. getEntities()A  NamedNodeMapcontaining the general entities, both
 external and internal, declared in the DTD. | 
| NamedNodeMap | DocumentType. getNotations()A  NamedNodeMapcontaining 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, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.