4Suite API Documentation

Module Ft.Xml.Xslt.ContentInfo

Classes:
Fields:

Classes

class Alt

Methods

__init__(self, *args)
__str__(self)
buildValidator(self, validator, initial, final)

class Atom

Methods

__init__(self, token)
buildValidator(self, validator, initial, final)

class Opt

Methods

__init__(self, arg)
__str__(self)
buildValidator(self, validator, initial, final)

class QName(Atom)

Methods

__init__(self, namespaceUri, qualifiedName)
__str__(self)

Methods inherited from class Atom


class Rep

Methods

__init__(self, arg)
__str__(self)
buildValidator(self, validator, initial, final)

class Rep1

Methods

__init__(self, arg)
__str__(self)
buildValidator(self, validator, initial, final)

class Seq

Methods

__init__(self, *args)
__str__(self)
buildValidator(self, validator, initial, final)

class Validator

Methods

__init__(self, expr)
__str__(self)
transition(self, token, state1, state2)
validate(self, validation, token)

Fields

ELSE = -2147483646
EMPTY = -2147483647
Empty = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
Instructions = <Ft.Xml.Xslt.ContentInfo.Rep instance>
Instructions is the set of elements which have a category of instruction
ResultElements = <Ft.Xml.Xslt.ContentInfo.Rep instance>
ResultElements is the set of elements not declared in the XSL namespace
TEXT_NODE = (None, None)
Template = <Ft.Xml.Xslt.ContentInfo.Rep instance>
Template is the set of text, instructions or result-elements
Text = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Text is any PCDATA content
TopLevelElements = <Ft.Xml.Xslt.ContentInfo.Rep instance>
TopLevelElements is the set of elements which have a category of top-level-element or are a result-element.
XSL_NAMESPACE = u'http://www.w3.org/1999/XSL/Transform'