| Module: | libdom | Package: | org.milescript.xml | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.xml.Node
Inheritance : Object
Constructors
| Signature |
| public Node() |
Methods
| Name | Signature |
| appendChild | Node appendChild(Node newChild) |
| cloneNode | Node cloneNode(boolean deep) |
| getAttribute | Attribute getAttribute(int idx) |
| hasChildNodes | boolean hasChildNodes() |
| insertBefore | Node insertBefore(Node newChild, Node refChild) |
| isSupported | boolean isSupported(String feature, String version) |
| normalize | void normalize() |
| removeChild | Node removeChild(Node oldChild) |
| replaceChild | Node replaceChild(Node newChild, Node oldChild) |
| selectNodes | NodeList selectNodes(String query) |
Properties
| Name | Type | Comment | |
| ATTRIBUTE_NODE |
| ||
| attributes |
| ||
| CDATA_SECTION_NODE |
| ||
| childNodes |
| ||
| COMMENT_NODE |
| ||
| DOCUMENT_FRAGMENT_NODE |
| ||
| DOCUMENT_NODE |
| ||
| DOCUMENT_TYPE_NODE |
| ||
| ELEMENT_NODE |
| ||
| ENTITY_NODE |
| ||
| ENTITY_REFERENCE_NODE |
| ||
| firstChild |
| ||
| lastChild |
| ||
| localName |
| ||
| namespaceURI |
| ||
| nextSibling |
| ||
| nodeName |
| ||
| nodeType |
| ||
| nodeValue |
| ||
| NOTATION_NODE |
| ||
| ownerDocument |
| ||
| parentNode |
| ||
| prefix |
| ||
| previousSibling |
| ||
| PROCESSING_INSTRUCTION_NODE |
| ||
| text |
| ||
| TEXT_NODE |
| ||
| xml |
|
Constructors
|
public Node() |
Methods
|
appendChild Node appendChild(Node newChild)
Parameters
|
||||||||||
|
cloneNode Node cloneNode(boolean deep)
Parameters
|
||||||||||
|
getAttribute Attribute getAttribute(int idx)
Parameters
|
||||||||||
|
hasChildNodes boolean hasChildNodes()
|
||||
|
insertBefore Node insertBefore(Node newChild, Node refChild)
Parameters
|
|||||||||||||
|
isSupported boolean isSupported(String feature, String version)
Parameters
|
|||||||||||||
|
normalize void normalize() |
|
removeChild Node removeChild(Node oldChild)
Parameters
|
||||||||||
|
replaceChild Node replaceChild(Node newChild, Node oldChild)
Parameters
|
|||||||||||||
|
selectNodes NodeList selectNodes(String query)
Parameters
|
||||||||||
| Module: | libdom | Package: | org.milescript.xml | Parent: | Object | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |