|
|
|
|
|
| _get_elem_info(self,
element) |
|
|
|
|
| _get_actualEncoding(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _get_strictErrorChecking(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| _get_documentElement(self) |
|
|
|
|
|
|
|
|
|
|
| createDocumentFragment(self) |
|
|
|
|
| createElement(self,
tagName) |
|
|
|
|
| createTextNode(self,
data) |
|
|
|
|
| createCDATASection(self,
data) |
|
|
|
|
| createComment(self,
data) |
|
|
|
|
| createProcessingInstruction(self,
target,
data) |
|
|
|
|
| createAttribute(self,
qName) |
|
|
|
|
| createElementNS(self,
namespaceURI,
qualifiedName) |
|
|
|
|
| createAttributeNS(self,
namespaceURI,
qualifiedName) |
|
|
|
|
| _create_entity(self,
name,
publicId,
systemId,
notationName) |
|
|
|
|
| _create_notation(self,
name,
publicId,
systemId) |
|
|
|
|
|
|
|
| getElementsByTagName(self,
name) |
|
|
|
|
| getElementsByTagNameNS(self,
namespaceURI,
localName) |
|
|
|
|
|
|
|
| importNode(self,
node,
deep) |
|
|
|
|
writexml(self,
writer,
indent='',
addindent='',
newl='',
encoding=None) |
|
|
|
|
| renameNode(self,
n,
namespaceURI,
name) |
|
|
|
Inherited from Node:
__nonzero__,
getInterface,
getUserData,
hasChildNodes,
insertBefore,
isSameNode,
normalize,
replaceChild,
setUserData,
toprettyxml,
toxml
Inherited from xmlbuilder.DocumentLS:
abort,
load,
loadXML,
saveXML
|