mozdev.org

Xanthes  

Home | Mailing List | Download | Source Code | Bugs | Documentation

Interface: xIElement

All interfaces | Interfaces hierarchy | All components

xIElement

IID {26610509-86af-417b-844e-467dc021144b}
Parents xINode
Children None
Scriptable

Methods

int8 insertBefore (in xINode,in xINode,out retval xINode)
int8 replaceChild (in xINode,in xINode,out retval xINode)
int8 removeChild (in xINode,out retval xINode)
int8 appendChild (in xINode,out retval xINode)
int8 hasChildNodes (out retval boolean)
int8 cloneNode (in boolean,out retval xINode)
int8 normalize ()
int8 supports (in wstring,in wstring,out retval boolean)
int8 getAttribute (in wstring,out retval wstring)
int8 setAttribute (in wstring,in wstring)
int8 removeAttribute (in wstring)
int8 getAttributeNode (in wstring,out retval xIAttr)
int8 setAttributeNode (in xIAttr,out retval xIAttr)
int8 removeAttributeNode (in xIAttr,out retval xIAttr)
int8 getElementsByTagName (in wstring,out retval xINodeList)
int8 getAttributeNS (in wstring,in wstring,out retval wstring)
int8 setAttributeNS (in wstring,in wstring,in wstring)
int8 removeAttributeNS (in wstring,in wstring)
int8 getAttributeNodeNS (in wstring,in wstring,out retval xIAttr)
int8 setAttributeNodeNS (in xIAttr,out retval xIAttr)
int8 getElementsByTagNameNS (in wstring,in wstring,out retval xINodeList)
int8 hasAttribute (in wstring,out retval boolean)
int8 hasAttributeNS (in wstring,in wstring,out retval boolean)

Attributes

wstring localName read-only
xINode previousSibling read-only
xINode lastChild read-only
xINamedNodeMap attributes read-only
wstring tagName read-only
wstring prefix
wstring namespaceURI read-only
xIDocument ownerDocument read-only
wstring nodeValue
xINode nextSibling read-only
xINode parentNode read-only
xINode firstChild read-only
wstring nodeName read-only
uint16 nodeType read-only
xINodeList childNodes read-only
wstring xml read-only

Constants

unknown ELEMENT_NODE = 1;
unknown ATTRIBUTE_NODE = 2;
unknown TEXT_NODE = 3;
unknown CDATA_SECTION_NODE = 4;
unknown ENTITY_REFERENCE_NODE = 5;
unknown ENTITY_NODE = 6;
unknown PROCESSING_INSTRUCTION_NODE = 7;
unknown COMMENT_NODE = 8;
unknown DOCUMENT_NODE = 9;
unknown DOCUMENT_TYPE_NODE = 10;
unknown DOCUMENT_FRAGMENT_NODE = 11;
unknown NOTATION_NODE = 12;

Implemented by Components

None

All interfaces | Interfaces hierarchy | All components

For questions or comments about xanthes, please send a message to the xanthes mailing list.
Copyright © 2000-2008. All rights reserved. Terms of Use & Privacy Policy.