org > org.w3c > org.w3c.dom > org.w3c.dom.node >

Interface: org.w3c.dom.Node
    org.w3c.dom.Node


public interface Node


FIELDS:
static final short ATTRIBUTE_NODE : 2
static final short CDATA_SECTION_NODE : 4
static final short COMMENT_NODE : 8
static final short DOCUMENT_FRAGMENT_NODE : 11
static final short DOCUMENT_NODE : 9
static final short DOCUMENT_POSITION_CONTAINED_BY : 16
static final short DOCUMENT_POSITION_CONTAINS : 8
static final short DOCUMENT_POSITION_DISCONNECTED : 1
static final short DOCUMENT_POSITION_FOLLOWING : 4
static final short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC : 32
static final short DOCUMENT_POSITION_PRECEDING : 2
static final short DOCUMENT_TYPE_NODE : 10
static final short ELEMENT_NODE : 1
static final short ENTITY_NODE : 6
static final short ENTITY_REFERENCE_NODE : 5
static final short NOTATION_NODE : 12
static final short PROCESSING_INSTRUCTION_NODE : 7
static final short TEXT_NODE : 3

CONSTRUCTORS:

METHODS:
Node appendChild(Node newChild)
Throws: DOMException

Node cloneNode(boolean deep)

short compareDocumentPosition(Node other)
Throws: DOMException

NamedNodeMap getAttributes()

String getBaseURI()

NodeList getChildNodes()

Object getFeature(String feature, String version)

Node getFirstChild()

Node getLastChild()

String getLocalName()

String getNamespaceURI()

Node getNextSibling()

String getNodeName()

short getNodeType()

String getNodeValue()
Throws: DOMException

Document getOwnerDocument()

Node getParentNode()

String getPrefix()

Node getPreviousSibling()

String getTextContent()
Throws: DOMException

Object getUserData(String key)

boolean hasAttributes()

boolean hasChildNodes()

Node insertBefore(Node newChild, Node refChild)
Throws: DOMException

boolean isDefaultNamespace(String namespaceURI)

boolean isEqualNode(Node arg)

boolean isSameNode(Node other)

boolean isSupported(String feature, String version)

String lookupNamespaceURI(String prefix)

String lookupPrefix(String namespaceURI)

void normalize()

Node removeChild(Node oldChild)
Throws: DOMException

Node replaceChild(Node newChild, Node oldChild)
Throws: DOMException

void setNodeValue(String nodeValue)
Throws: DOMException

void setPrefix(String prefix)
Throws: DOMException

void setTextContent(String textContent)
Throws: DOMException

Object setUserData(String key, Object data, UserDataHandler handler)


INHERITED METHODS:

SUBINTERFACES:
Node, Attr, CharacterData, Document, DocumentFragment, DocumentType, Element, Entity, EntityReference, Notation, ProcessingInstruction,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net