17 interfaces:
| DOM Interface | JDOM Equivalent | 
|---|---|
Attr | Attribute | 
CDATASection |  | 
CharacterData  |  | 
Comment  | Comment | 
Document  | Document | 
DocumentFragment  |  | 
DocumentType  | DocType | 
DOMImplementation  |  | 
Element  | Element | 
Entity  | Entity | 
EntityReference  |  | 
NamedNodeMap  |  | 
Node  |  | 
NodeList  |  | 
Notation  |  | 
ProcessingInstruction | ProcessingInstruction | 
Text |  | 
plus one exception:  
 DOMException
Plus a bunch of HTML stuff in org.w3c.dom.html
 and other packages
 we will ignore