|
|
|
|
|
copyNamespace(self)
Do a copy of the namespace. |
source code
|
|
|
copyNamespaceList(self)
Do a copy of an namespace list. |
source code
|
|
|
freeNs(self)
Free up the structures associated to a namespace |
source code
|
|
|
freeNsList(self)
Free up all the structures associated to the chained
namespaces. |
source code
|
|
|
newChild(self,
parent,
name,
content)
Creation of a new child element, added at the end of @parent
children list. |
source code
|
|
|
|
|
|
|
|
|
|
|
newNsProp(self,
node,
name,
value)
Create a new property tagged with a namespace and carried by a
node. |
source code
|
|
|
|
|
newTextChild(self,
parent,
name,
content)
Creation of a new child element, added at the end of @parent
children list. |
source code
|
|
|
|
|
|
|
|
|
|
Inherited from xmlNode :
addChild ,
addChildList ,
addContent ,
addContentLen ,
addNextSibling ,
addPrevSibling ,
addSibling ,
copyNode ,
copyNodeList ,
copyProp ,
copyPropList ,
debugDumpNode ,
debugDumpNodeList ,
debugDumpOneNode ,
docCopyNode ,
docCopyNodeList ,
docSetRootElement ,
freeNode ,
freeNodeList ,
getBase ,
getContent ,
getLang ,
getSpacePreserve ,
hasNsProp ,
hasProp ,
isBlankNode ,
isID ,
isRef ,
isText ,
lastChild ,
lineNo ,
listGetRawString ,
listGetString ,
lsCountNode ,
lsOneNode ,
newNs ,
newProp ,
noNsProp ,
nodePath ,
ns ,
nsDefs ,
nsProp ,
prop ,
reconciliateNs ,
replaceNode ,
schemaValidateOneElement ,
searchNs ,
searchNsByHref ,
setBase ,
setContent ,
setContentLen ,
setLang ,
setListDoc ,
setName ,
setProp ,
setSpacePreserve ,
setTreeDoc ,
shellPrintNode ,
textConcat ,
textMerge ,
unlinkNode ,
unsetProp ,
validNormalizeAttributeValue ,
xincludeProcessTree ,
xincludeProcessTreeFlags ,
xpathCastNodeToNumber ,
xpathCastNodeToString ,
xpathCmpNodes ,
xpathNewNodeSet ,
xpathNewValueTree ,
xpathNextAncestor ,
xpathNextAncestorOrSelf ,
xpathNextAttribute ,
xpathNextChild ,
xpathNextDescendant ,
xpathNextDescendantOrSelf ,
xpathNextFollowing ,
xpathNextFollowingSibling ,
xpathNextNamespace ,
xpathNextParent ,
xpathNextPreceding ,
xpathNextPrecedingSibling ,
xpathNextSelf ,
xpointerNewCollapsedRange ,
xpointerNewContext ,
xpointerNewLocationSetNodes ,
xpointerNewRange ,
xpointerNewRangeNodes
Inherited from xmlCore :
__eq__ ,
__getattr__ ,
__hash__ ,
__iter__ ,
__ne__ ,
__str__ ,
c14nMemory ,
c14nSaveTo ,
free ,
get_children ,
get_content ,
get_doc ,
get_last ,
get_name ,
get_next ,
get_parent ,
get_prev ,
get_properties ,
get_type ,
removeNsDef ,
saveTo ,
serialize ,
walk_breadth_first ,
walk_depth_first ,
xpathEval ,
xpathEval2
|