NamedNodeMap
getAttributes()
NodeList
getChildNodes()
Node
getFirstChild()
Node
getLastChild()
Node
getNextSibling()
String
getNodeName()
short
getNodeType()
String
getNodeValue()
Node
getParentNode()
Node
getPreviousSibling()
boolean
hasAttributes()
boolean
hasChildNodes()
Node
insertBefore(Node newChild,
Node refChild)
Node
removeChild(Node oldChild)
Node
replaceChild(Node newChild,
Node oldChild)
void
setNodeValue(String nodeValue)
Διεπαφή | nodeName | nodeValue | attributes |
---|---|---|---|
Document | "#document" |
null | null |
Element | Όνομα της ετικέτας | null | NamedNodeMap |
Attr | Όνομα του προσδιορισμού | Τιμή του προσδιορισμού | null |
Text |
"#text" |
Το κείμενο | null |
Comment | "#comment" |
Το σχόλιο | null |