4Suite API Documentation

Module Ft.Xml.Xslt.XPatterns

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Xml/Xslt/XPatterns.py,v 1.7 2004/12/22 01:22:03 jkloth Exp $
Classes:
Fields:

Classes

class DocumentNodeTest

Methods

__init__(self)
__repr__(self)
__str__(self)
getQuickKey(self, namespaces)
match(self, context, node, principalType)

class IdKeyNodeTest

Methods

__init__(self, idOrKey)
__repr__(self)
__str__(self)
getQuickKey(self, namespaces)
match(self, context, node, principalType)

class Pattern

Methods

__init__(self, steps)
__repr__(self)
__str__(self)
getQuickKey(self, namespaces)
match(self, context, node, dummy=None)
pprint(self, indent='')

class Patterns

Methods

__init__(self, patterns)
__repr__(self)
__str__(self)
getShortcuts(self, namespaces)
match(self, context, node)
pprint(self, indent='')

class PredicatedNodeTest

Methods

__init__(self, nodeTest, predicateList)
__repr__(self)
__str__(self)
getQuickKey(self, namespaces)
match(self, context, node, principalType)

Fields