4Suite API Documentation

Module Ft.Xml.Xslt.AttributeValueTemplate

Implementation of XSLT attribute value templates

Copyright 2003 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes:
Functions:
Fields:

Classes

class AttributeValueTemplate

Methods

__init__(self, source, validator=None, element=None)
evaluate(self, context)

Functions

IsXmlSpace(S) -> bool

Return True if there are only whitespace characters in S, False otherwise.

Fields

g_braceSplitPattern = <_sre.SRE_Pattern object>
g_parser = <Ft.Xml.XPath.XPathParser object>
XPathParser([debug]) -> parser Create a new parser object.

The optional debug argument, when true, enables the builtin trace facility.
The trace facility uses stderr to display each step taken by the parser.