ODFPY 1.2.0
 
Loading...
Searching...
No Matches
odf.element.Element Member List

This is the complete list of members for odf.element.Element, including all inherited members.

__init__(self, attributes=None, text=None, cdata=None, qname=None, qattributes=None, check_grammar=True, **args)odf.element.Element
_child_node_typesodf.element.Elementprotectedstatic
_getElementsByObj(self, obj, accumulator)odf.element.Elementprotected
_setOwnerDoc(self, element)odf.element.Elementprotected
addCDATA(self, cdata, check_grammar=True)odf.element.Element
addElement(self, element, check_grammar=True)odf.element.Element
addText(self, text, check_grammar=True)odf.element.Element
allowed_attributes(self)odf.element.Element
allowed_childrenodf.element.Element
attributesodf.element.Element
childNodesodf.element.Element
get_knownns(self, prefix)odf.element.Element
get_nsprefix(self, namespace)odf.element.Element
getAttribute(self, attr)odf.element.Element
getAttrNS(self, namespace, localpart)odf.element.Element
getElementsByType(self, element)odf.element.Element
isInstanceOf(self, element)odf.element.Element
namespacesodf.element.Elementstatic
nodeTypeodf.element.Elementstatic
ownerDocumentodf.element.Element
qnameodf.element.Element
removeAttribute(self, attr, check_grammar=True)odf.element.Element
removeAttrNS(self, namespace, localpart)odf.element.Element
setAttribute(self, attr, value, check_grammar=True)odf.element.Element
setAttrNS(self, namespace, localpart, value)odf.element.Element
tagNameodf.element.Element
toXml(self, level, f)odf.element.Element
write_close_tag(self, level, f)odf.element.Element
write_open_tag(self, level, f)odf.element.Element