Skip navigation links

Package eu.bandm.tools.xslt.base

txsl = typed xslt 1.0 interpreter with "fragmented validation".

See: Description

Package eu.bandm.tools.xslt.base Description

txsl = typed xslt 1.0 interpreter with "fragmented validation".

Control flow and data structures are as follows:

Sketch of the overall architecture:

     --> ctrl and data flow / => data flow only
     local and aux classes in (brackets)

         /----------------> tpath.runtime.FunctionLibrary / BuiltinFunctions <<==
        /                                                                        \\
     Main -----------> resultContext.newInstance()--------------------->PathMap    \\
       |\\                                                                 //        \\
       | \ \ getTransformation(uri, resultCtx, FunLib,...)               //            ||
       |  \   ------------> TranformationCache  ------> TemplatesCache //              ||
       |   \                     |   |      ^            ^   |       //(validation)    ||
       |    \                    V   |      |(import)    |   V      VV                 ||
       |     \              Transformation--'   (include)| Templates                   ||
       |      |                 ||(Modifiers,XslOutput,  |   | V                       ||  
       |      |                 || XslAttributeSet, Loader,  | MultiTypedNodeList      ||
       |      |                 || ContextChecker)           | | (frequency)           ||
       |      |                 ||   |   |                   | V                       ||
       |      |                 ||   |   |                   | AttributeChecks_valueTemplates
       |      |                 ||   |   |                   V   (extends dtm.AttributeChecks)
       |      |                 ||   |   |                  TPathCache                 ||
       |      |                 ||   |   |                     V                       ||
       |      |                 ||   |   |                     ExprClassified          ||
       |      |                 ||   |   |                       V                     ||
       |      |                 ||   |   |                       AttributeValueTemplate||
       |      |                 ||   V   |                 Templates                   ||
       |      |                 ||   Transformation                                    ||
       |      |                 ||       V                 Templates ...               ||
       |      |                 VV       Transformation ...                            ||
       |      |             TemplateRegistry                                           ||
       |      |new(...)         || (Finder<N>)                                         ||
       |      |execute()        ||                                                    //
       |       \__________      ||                                                  //
       V                   \    ||                                                //
     org.w3c.dom.Document    V  VV                                              // 
     tpath.dom.DOMClient  ==> Application -->BuiltinFunctions.AdditionalContext 
                                 (Binding)
                                   
                                   ||
     org.w3c.dom.Document          VV
     tpath.dom.DOMClient  ==> Application 
                 
                  ...         Application ...
                             /
         (returns)          /
      MultiTypedNodeList <-/
         |
         V
        CombinedDumper
          (prints to file)
  
Skip navigation links

see also the complete user documentation .