Public Member Functions | |
| DataNode (Node node) throws DOMException | |
| org.w3c.dom.Node | appendChild (org.w3c.dom.Node arg1) throws org.w3c.dom.DOMException |
| org.w3c.dom.Node | cloneNode (boolean arg1) |
| org.w3c.dom.NamedNodeMap | getAttributes () |
| org.w3c.dom.NodeList | getChildNodes () |
| org.w3c.dom.Node | getFirstChild () |
| org.w3c.dom.Node | getLastChild () |
| String | getLocalName () |
| String | getName () |
| String | getNamespaceURI () |
| org.w3c.dom.Node | getNextSibling () |
| String | getNodeName () |
| short | getNodeType () |
| String | getNodeValue () throws org.w3c.dom.DOMException |
| org.w3c.dom.Document | getOwnerDocument () |
| org.w3c.dom.Node | getParentNode () |
| String | getPrefix () |
| org.w3c.dom.Node | getPreviousSibling () |
| boolean | hasAttributes () |
| boolean | hasChildNodes () |
| org.w3c.dom.Node | insertBefore (org.w3c.dom.Node arg1, org.w3c.dom.Node arg2) throws org.w3c.dom.DOMException |
| boolean | isSupported (String arg1, String arg2) |
| void | normalize () |
| org.w3c.dom.Node | removeChild (org.w3c.dom.Node arg1) throws org.w3c.dom.DOMException |
| org.w3c.dom.Node | replaceChild (org.w3c.dom.Node arg1, org.w3c.dom.Node arg2) throws org.w3c.dom.DOMException |
| void | setNodeValue (String arg1) throws org.w3c.dom.DOMException |
| void | setPrefix (String arg1) throws org.w3c.dom.DOMException |
| String | toString () |
| short | compareDocumentPosition (Node other) throws DOMException |
| String | getBaseURI () |
| Object | getFeature (String feature, String version) |
| String | getTextContent () throws DOMException |
| Object | getUserData (String key) |
| boolean | isDefaultNamespace (String namespaceURI) |
| boolean | isEqualNode (Node arg) |
| boolean | isSameNode (Node other) |
| String | lookupNamespaceURI (String prefix) |
| String | lookupPrefix (String namespaceURI) |
| void | setTextContent (String textContent) throws DOMException |
| Object | setUserData (String key, Object data, UserDataHandler handler) |
Private Member Functions | |
| void | initialize () throws DOMException |
Private Attributes | |
| Node | node |
| String | name = null |
org.w3c.dom.Node with the addition of a method, specific for the Data log entry getName(). It is also required that the Data has at least one child, the content. TODO: once ACS has fully moved to J2SE 5, the new DOM Level 3 methods should be fully implemented instead of the current mock impl. On first sight it seems that the getUserObject method could have something to do with the name variable.
|
|
DataNode constructor comment. |
|
|
appendChild method comment. |
|
|
cloneNode method comment. |
|
|
DOM level 3 method, not implemented. Returns -1.
|
|
|
getAttributes method comment. |
|
|
DOM level 3 method, not implemented. Returns "".
|
|
|
getChildNodes method comment. |
|
||||||||||||
|
DOM level 3 method, not implemented. Returns null.
|
|
|
getFirstChild method comment. |
|
|
getLastChild method comment. |
|
|
getLocalName method comment. |
|
|
|
|
|
getNamespaceURI method comment. |
|
|
getNextSibling method comment. |
|
|
getNodeName method comment. |
|
|
getNodeType method comment. |
|
|
getNodeValue method comment. |
|
|
getOwnerDocument method comment. |
|
|
getParentNode method comment. |
|
|
getPrefix method comment. |
|
|
getPreviousSibling method comment. |
|
|
DOM level 3 method, not implemented. Returns "".
|
|
|
DOM level 3 method, not implemented. Returns null.
|
|
|
hasAttributes method comment. |
|
|
hasChildNodes method comment. |
|
|
|
|
||||||||||||
|
insertBefore method comment. |
|
|
DOM level 3 method, not implemented. Returns false.
|
|
|
DOM level 3 method, not implemented. Returns false.
|
|
|
DOM level 3 method, not implemented. Returns false.
|
|
||||||||||||
|
isSupported method comment. |
|
|
DOM level 3 method, not implemented. Returns "".
|
|
|
DOM level 3 method, not implemented. Returns "".
|
|
|
normalize method comment. |
|
|
removeChild method comment. |
|
||||||||||||
|
replaceChild method comment. |
|
|
setNodeValue method comment. |
|
|
setPrefix method comment. |
|
|
DOM level 3 method, not implemented.
|
|
||||||||||||||||
|
DOM level 3 method, not implemented. Returns null.
|
|
|
|
|
|
|
|
|
|
1.3.8