public class nsIDOMElement extends nsIDOMNode
Modifier and Type | Field and Description |
---|---|
(package private) static int |
LAST_METHOD_ID |
static nsID |
NS_IDOMELEMENT_10_IID |
static java.lang.String |
NS_IDOMELEMENT_10_IID_STR |
static nsID |
NS_IDOMELEMENT_IID |
static java.lang.String |
NS_IDOMELEMENT_IID_STR |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, NS_IDOMNODE_10_IID, NS_IDOMNODE_10_IID_STR, NS_IDOMNODE_IID, NS_IDOMNODE_IID_STR, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
address, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
Constructor and Description |
---|
nsIDOMElement(int address) |
Modifier and Type | Method and Description |
---|---|
int |
GetAttribute(int name,
int _retval) |
int |
GetAttributeNode(int name,
int[] _retval) |
int |
GetAttributeNodeNS(int namespaceURI,
int localName,
int[] _retval) |
int |
GetAttributeNS(int namespaceURI,
int localName,
int _retval) |
int |
GetElementsByTagName(int name,
int[] _retval) |
int |
GetElementsByTagNameNS(int namespaceURI,
int localName,
int[] _retval) |
int |
GetOnmouseenter(int cx,
int aOnmouseenter) |
int |
GetOnmouseleave(int cx,
int aOnmouseleave) |
int |
GetTagName(int aTagName) |
int |
HasAttribute(int name,
int[] _retval) |
int |
HasAttributeNS(int namespaceURI,
int localName,
int[] _retval) |
int |
RemoveAttribute(int name) |
int |
RemoveAttributeNode(int oldAttr,
int[] _retval) |
int |
RemoveAttributeNS(int namespaceURI,
int localName) |
int |
SetAttribute(int name,
int value) |
int |
SetAttributeNode(int newAttr,
int[] _retval) |
int |
SetAttributeNodeNS(int newAttr,
int[] _retval) |
int |
SetAttributeNS(int namespaceURI,
int qualifiedName,
int value) |
int |
SetOnmouseenter(int cx,
int aOnmouseenter) |
int |
SetOnmouseleave(int cx,
int aOnmouseleave) |
AppendChild, CloneNode, CompareDocumentPosition, Contains, GetAttributes, GetChildNodes, GetDOMBaseURI, GetFirstChild, GetLastChild, GetLocalName, GetNamespaceURI, GetNextSibling, GetNodeName, GetNodeType, GetNodeValue, GetOwnerDocument, GetParentElement, GetParentNode, GetPrefix, GetPreviousSibling, GetTextContent, GetUserData, HasAttributes, HasChildNodes, InsertBefore, IsDefaultNamespace, IsEqualNode, IsSupported, LookupNamespaceURI, LookupPrefix, Normalize, RemoveChild, ReplaceChild, SetNodeValue, SetPrefix, SetTextContent, SetUserData
AddRef, getAddress, QueryInterface, Release
static final int LAST_METHOD_ID
public static final java.lang.String NS_IDOMELEMENT_IID_STR
public static final java.lang.String NS_IDOMELEMENT_10_IID_STR
public static final nsID NS_IDOMELEMENT_IID
public static final nsID NS_IDOMELEMENT_10_IID
public int GetTagName(int aTagName)
public int GetAttribute(int name, int _retval)
public int SetAttribute(int name, int value)
public int RemoveAttribute(int name)
public int GetAttributeNode(int name, int[] _retval)
public int SetAttributeNode(int newAttr, int[] _retval)
public int RemoveAttributeNode(int oldAttr, int[] _retval)
public int GetElementsByTagName(int name, int[] _retval)
public int GetAttributeNS(int namespaceURI, int localName, int _retval)
public int SetAttributeNS(int namespaceURI, int qualifiedName, int value)
public int RemoveAttributeNS(int namespaceURI, int localName)
public int GetAttributeNodeNS(int namespaceURI, int localName, int[] _retval)
public int SetAttributeNodeNS(int newAttr, int[] _retval)
public int GetElementsByTagNameNS(int namespaceURI, int localName, int[] _retval)
public int HasAttribute(int name, int[] _retval)
public int HasAttributeNS(int namespaceURI, int localName, int[] _retval)
public int GetOnmouseenter(int cx, int aOnmouseenter)
public int SetOnmouseenter(int cx, int aOnmouseenter)
public int GetOnmouseleave(int cx, int aOnmouseleave)
public int SetOnmouseleave(int cx, int aOnmouseleave)