Package amplee :: Package contrib :: Module atomschematron :: Class faux_xslt_proc
[hide private]
[frames] | no frames]

Class faux_xslt_proc

source code

Ft.Xml.Xslt.StylesheetTree.XsltNode --+        
                                      |        
 Ft.Xml.Xslt.StylesheetTree.XsltElement --+    
                                          |    
   Ft.Xml.Xslt.Stylesheet.StylesheetElement --+
                                              |
                                 object --+   |
                                          |   |
            Ft.Xml.Xslt.Processor.Processor --+
                                              |
                                             faux_xslt_proc

Instance Methods [hide private]
 
__init__(self, doc) source code

Inherited from Ft.Xml.Xslt.Stylesheet.StylesheetElement: __getstate__, applyTemplates, getGlobalVariables, getInitialFunctions, getNamedTemplates, idle, primeStylesheet, reset, reset1, reset2, setup, updateAllKeys, updateKey

Inherited from Ft.Xml.Xslt.Stylesheet.StylesheetElement (private): _computeGlobalVar, _setupDecimalFormats, _setupKeys, _setupLiteralElements, _setupNamespaceAliases, _setupOutput, _setupTemplates, _setupTopLevelVarParams, _setupWhitespaceRules

Inherited from Ft.Xml.Xslt.StylesheetTree.XsltElement: __str__, appendChild, expandQName, insertChild, instantiate, parseAVT, parseExpression, parsePattern, processChildren, splitQName

Inherited from Ft.Xml.Xslt.StylesheetTree.XsltNode: isLastChild, isPseudoNode, pprint, prime

Inherited from Ft.Xml.Xslt.Processor.Processor: addHandler, appendStylesheet, appendStylesheetInstance, appendStylesheetNode, execute, getDocumentReader, getStripElements, getStylesheetReader, messageControl, output, popResult, pushResult, pushResultString, pushResultTree, registerExtensionElement, registerExtensionFunction, registerExtensionModules, removeHandler, run, runNode, setDocumentReader, setStylesheetReader, warning, xslMessage

Inherited from Ft.Xml.Xslt.Processor.Processor (private): _normalizeParams, _stripElements

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]

Inherited from Ft.Xml.Xslt.Stylesheet.StylesheetElement: category, content, doesIdle, doesPrime, doesSetup, legalAttrs

Inherited from Ft.Xml.Xslt.StylesheetTree.XsltElement: validator

Inherited from Ft.Xml.Xslt.StylesheetTree.XsltNode: attributes, baseUri, children, columnNumber, expandedName, importIndex, lineNumber, nodeName, parent, root

Inherited from Ft.Xml.Xslt.Processor.Processor (private): _4xslt_debug, _4xslt_profile, _4xslt_trace

Properties [hide private]

Inherited from Ft.Xml.Xslt.Processor.Processor: writer

Inherited from object: __class__

Method Details [hide private]

__init__(self, doc)
(Constructor)

source code 
Overrides: Ft.Xml.Xslt.Stylesheet.StylesheetElement.__init__