mozdev.org

Xanthes  

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

Interface: xIDocument

All interfaces | Interfaces hierarchy | All components

xIDocument

IID {df0dbae0-304f-44ca-9a51-9df131f25aa6}
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 createElement (in wstring,out retval xIElement)
int8 createDocumentFragment (out retval xIDocumentFragment)
int8 createTextNode (in wstring,out retval xIText)
int8 createComment (in wstring,out retval xIComment)
int8 createCDATASection (in wstring,out retval xICDATASection)
int8 createProcessingInstruction (in wstring,in wstring,out retval xIProcessingInstruction)
int8 createAttribute (in wstring,out retval xIAttr)
int8 createEntityReference (in wstring,out retval xIEntityReference)
int8 getElementsByTagName (in wstring,out retval xINodeList)
int8 importNode (in xINode,in boolean,out retval xINode)
int8 createElementNS (in wstring,in wstring,out retval xIElement)
int8 createAttributeNS (in wstring,in wstring,out retval xIAttr)
int8 getElementsByTagNameNS (in wstring,in wstring,out retval xINodeList)
int8 getElementById (in wstring,out retval xIElement)
int8 save (in wstring)

Attributes

wstring localName read-only
xINode previousSibling read-only
xINode lastChild read-only
xINamedNodeMap attributes read-only
xIDOMImplementation implementation read-only
wstring prefix
wstring namespaceURI read-only
xIDocument ownerDocument read-only
wstring nodeValue
xIDocumentType doctype read-only
xINode nextSibling read-only
xINode parentNode read-only
xINode firstChild read-only
xIElement documentElement 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.