public interface DefNode
| Modifier and Type | Field and Description | 
|---|---|
| static short | ATTRIBUTE_NODE | 
| static short | CDATA_SECTION_NODE | 
| static short | ELEMENT_NODE | 
| static short | TEXT_NODE | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getLocalName() | 
| java.lang.String | getNamespaceURI() | 
| java.lang.String | getNodeName() | 
| short | getNodeType() | 
| java.lang.String | getNodeValue() | 
static final short ELEMENT_NODE
static final short ATTRIBUTE_NODE
static final short TEXT_NODE
static final short CDATA_SECTION_NODE