2005/5/9

     
 

class_org__w3c__dom__Element members

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

org::w3c::dom::Element Member List

This is the complete list of members for org::w3c::dom::Element, including all inherited members.
addAttribute(IN(RString) name, IN(RString) value)org::w3c::dom::Element [virtual]
addCDATA(IN(RString) cdata)org::w3c::dom::Element [virtual]
addComment(IN(RString) comment)org::w3c::dom::Element [virtual]
addElement(IN(RString) name)org::w3c::dom::Branch [private, virtual]
addEntity(IN(RString) name, IN(RString) text)org::w3c::dom::Element [virtual]
addText(IN(RString) text)org::w3c::dom::Element [virtual]
attribute(int idx)=0org::w3c::dom::Element [pure virtual]
attributeCount()=0org::w3c::dom::Element [pure virtual]
getAttribute(IN(RString) name)=0org::w3c::dom::Element [pure virtual]
getAttributeNode(IN(RString) name)=0org::w3c::dom::Element [pure virtual]
getElementsByTagName(IN(RString) name)=0org::w3c::dom::Element [pure virtual]
getTagName()=0org::w3c::dom::Element [pure virtual]
normalize()=0org::w3c::dom::Element [pure virtual]
removeAttribute(IN(RString) name)=0org::w3c::dom::Element [pure virtual]
removeAttributeNode(IN(RAttr) oldAttr)=0org::w3c::dom::Element [pure virtual]
setAttribute(IN(RString) name, IN(RString) value)=0org::w3c::dom::Element [pure virtual]
setAttributeNode(IN(RAttr) newAttr)=0org::w3c::dom::Element [pure virtual]