|
|
|
contextDoc(self)
Get the doc from an xpathContext |
source code
|
|
|
contextNode(self)
Get the current node from an xpathContext |
source code
|
|
|
contextPosition(self)
Get the current node from an xpathContext |
source code
|
|
|
contextSize(self)
Get the current node from an xpathContext |
source code
|
|
|
function(self)
Get the current function name xpathContext |
source code
|
|
|
functionURI(self)
Get the current function name URI xpathContext |
source code
|
|
|
setContextDoc(self,
doc)
Set the doc of an xpathContext |
source code
|
|
|
setContextNode(self,
node)
Set the current node of an xpathContext |
source code
|
|
|
registerXPathFunction(self,
name,
ns_uri,
f)
Register a Python written function to the XPath interpreter |
source code
|
|
|
|
|
xpathEval(self,
str)
Evaluate the XPath Location Path in the given context. |
source code
|
|
|
xpathEvalExpression(self,
str)
Evaluate the XPath expression in the given context. |
source code
|
|
|
xpathFreeContext(self)
Free up an xmlXPathContext |
source code
|
|
|
xpathNewParserContext(self,
str)
Create a new xmlXPathParserContext |
source code
|
|
|
xpathNsLookup(self,
prefix)
Search in the namespace declaration array of the context for the
given namespace name associated to the given prefix |
source code
|
|
|
xpathRegisterAllFunctions(self)
Registers all default XPath functions in this context |
source code
|
|
|
|
|
xpathRegisteredFuncsCleanup(self)
Cleanup the XPath context data associated to registered
functions |
source code
|
|
|
xpathRegisteredNsCleanup(self)
Cleanup the XPath context data associated to registered
variables |
source code
|
|
|
xpathRegisteredVariablesCleanup(self)
Cleanup the XPath context data associated to registered
variables |
source code
|
|
|
xpathVariableLookup(self,
name)
Search in the Variable array of the context for the given variable
value. |
source code
|
|
|
xpathVariableLookupNS(self,
name,
ns_uri)
Search in the Variable array of the context for the given variable
value. |
source code
|
|
|
xpointerEval(self,
str)
Evaluate the XPath Location Path in the given context. |
source code
|
|