org > org.w3c > org.w3c.dom > org.w3c.dom.element >

Interface: org.w3c.dom.Element
    org.w3c.dom.Element


public interface Element extends Node


FIELDS:

CONSTRUCTORS:

METHODS:
String getAttribute(String name)

String getAttributeNS(String namespaceURI, String localName)
Throws: DOMException

Attr getAttributeNode(String name)

Attr getAttributeNodeNS(String namespaceURI, String localName)
Throws: DOMException

NodeList getElementsByTagName(String name)

NodeList getElementsByTagNameNS(String namespaceURI, String localName)
Throws: DOMException

TypeInfo getSchemaTypeInfo()

String getTagName()

boolean hasAttribute(String name)

boolean hasAttributeNS(String namespaceURI, String localName)
Throws: DOMException

void removeAttribute(String name)
Throws: DOMException

void removeAttributeNS(String namespaceURI, String localName)
Throws: DOMException

Attr removeAttributeNode(Attr oldAttr)
Throws: DOMException

void setAttribute(String name, String value)
Throws: DOMException

void setAttributeNS(String namespaceURI, String qualifiedName, String value)
Throws: DOMException

Attr setAttributeNode(Attr newAttr)
Throws: DOMException

Attr setAttributeNodeNS(Attr newAttr)
Throws: DOMException

void setIdAttribute(String name, boolean isId)
Throws: DOMException

void setIdAttributeNS(String namespaceURI, String localName, boolean isId)
Throws: DOMException

void setIdAttributeNode(Attr idAttr, boolean isId)
Throws: DOMException


INHERITED METHODS:

SUBINTERFACES:
SOAPElement,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net