4Suite API Documentation

Module Ft.Xml.XPointer.XPtrPart

######################################################################## # # File Name: XPtrPart.py # # Docs: http://docs.4suite.org/XPointer/XPtrPart.py.html #
Classes:
Functions:
Fields:

Classes

class UnknownScheme

Methods

__init__(self, name, expr)
__repr__(self)
__str__(self)
evaluate(self, context)
pprint(self, indent='')

class XPtrExpr

Methods

__init__(self, name, expr)
__repr__(self)
__str__(self)
evaluate(self, context)
pprint(self, indent='')

class XPtrNsDecl

Methods

__init__(self, name, decl)
__repr__(self)
__str__(self)
evaluate(self, context)
pprint(self, indent='')

Functions

Scheme(name, expr)

Fields

Schemes = {'xmlns': <class Ft.Xml.XPointer.XPtrPart.XPtrNsDecl>, 'xpointer': <class Ft.Xml.XPointer.XPtrPart.XPtrExpr>}