Ft.Xml.XPath.Context
Modules
BuiltInExtFunctions
CoreFunctions
types
Classes
class
Context
__init__
(self, node, position
=1
, size
=1
, varBindings
=None
, processorNss
=None
, extModuleList
=None
, extFunctionMap
=None
)
__repr__
(self)
addDocument
(self, document)
addFunction
(self, expandedName, function)
clone
(self)
compareDocuments
(self, a, b)
copy
(self)
set
(self, state)
Data and other non-method functions defined here:
__doc__
= None
__module__
= 'Ft.Xml.XPath.Context'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
currentInstruction
= None
functions
= {(None, 'boolean'): <function Boolean>, (None, 'ceiling'): <function Ceiling>, (None, 'concat'): <function Concat>, (None, 'contains'): <function Contains>, (None, 'count'): <function Count>, (None, 'false'): <function False>, (None, 'floor'): <function Floor>, (None, 'id'): <function Id>, (None, 'lang'): <function Lang>, (None, 'last'): <function Last>, ...}
Data
XML_NAMESPACE
= u'http://www.w3.org/XML/1998/namespace'
unicode(string [, encoding[, errors]]) -> object
Create a new Unicode object from the given encoded string.
encoding defaults to the current default string encoding and
errors, defining the error handling, to 'strict'.
__file__
= 'build/lib.linux-ppc-2.2/Ft/Xml/XPath/Context.py'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__
= 'Ft.Xml.XPath.Context'
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.