org.apache.xalan.templates

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » xalan » org.apache.xalan.templates 
org.apache.xalan.templates
Xalan Templates Package.

Implements the {@link javax.xml.transform.Templates} interface, and defines a set of classes that represent an XSLT stylesheet.

{@link org.apache.xalan.templates.StylesheetRoot} implements the {@link javax.xml.transform.Templates} interface, and extends {@link org.apache.xalan.templates.StylesheetComposed}, which is a {@link org.apache.xalan.templates.Stylesheet} composed of itself and its included Stylesheet objects. A StylesheetRoot also contains a global list of all imported StylesheetComposed objects. The role of these objects is to hold immutable stylesheet data, not to perform procedural tasks associated with the construction of the data (the org.apache.xalan.processor package) or with the transformation (the org.apache.xalan.transformer package).

{@link org.apache.xalan.templates.ElemTemplateElement} is the superclass of all XSLT instruction elements, including Stylesheet. The xFunc classes extend members of the org.apache.xpath package and implement XSLT functions. Unlike the Stylesheet "container" objects, the instruction element and function classes do contain procedural execute() methods that are called during the transformation.

Java Source File NameTypeComment
AbsPathChecker.javaClass This class runs over a path expression that is assumed to be absolute, and checks for variables and the like that may make it context dependent.
AVT.javaClass Class to hold an Attribute Value Template.
AVTPart.javaClass Class to hold a part, either a string or XPath, of an Attribute Value Template.
AVTPartSimple.javaClass Simple string part of a complex AVT.
AVTPartXPath.javaClass Simple string part of a complex AVT.
Constants.javaClass Primary constants used in the TransformerImpl classes.
DecimalFormatProperties.javaClass Implement xsl:decimal-format.
ElemApplyImport.javaClass Implement xsl:apply-imports.
ElemApplyTemplates.javaClass Implement xsl:apply-templates.
ElemAttribute.javaClass Implement xsl:attribute.
ElemAttributeSet.javaClass Implement xsl:attribute-set.
ElemCallTemplate.javaClass Implement xsl:call-template.
ElemChoose.javaClass Implement xsl:choose.
ElemComment.javaClass Implement xsl:comment.
ElemCopy.javaClass Implement xsl:copy.
ElemCopyOf.javaClass Implement xsl:copy-of.
ElemElement.javaClass
ElemEmpty.javaClass Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
ElemExsltFuncResult.javaClass Handles the EXSLT result element within an EXSLT function element.
ElemExsltFunction.javaClass Implement func:function.
ElemExtensionCall.javaClass Implement an extension element.
ElemExtensionDecl.javaClass
ElemExtensionScript.javaClass
ElemFallback.javaClass Implement xsl:fallback.
ElemForEach.javaClass Implement xsl:for-each.
ElemIf.javaClass Implement xsl:if.
ElemLiteralResult.javaClass Implement a Literal Result Element.
ElemMessage.javaClass Implement xsl:message.
ElemNumber.javaClass Implement xsl:number.
ElemOtherwise.javaClass Implement xsl:otherwise.
ElemParam.javaClass Implement xsl:param.
ElemPI.javaClass Implement xsl:processing-instruction.
ElemSort.javaClass Implement xsl:sort.
ElemTemplate.javaClass Implement xsl:template.
ElemTemplateElement.javaClass An instance of this class represents an element inside an xsl:template class.
ElemText.javaClass Implement xsl:template.
ElemTextLiteral.javaClass Implement a text literal.
ElemUnknown.javaClass
ElemUse.javaClass Implement xsl:use.
ElemValueOf.javaClass Implement xsl:value-of.
ElemVariable.javaClass Implement xsl:variable.
ElemVariablePsuedo.javaClass
ElemWhen.javaClass Implement xsl:when.
ElemWithParam.javaClass Implement xsl:with-param.
FuncDocument.javaClass Execute the Doc() function. When the document function has exactly one argument and the argument is a node-set, then the result is the union, for each node in the argument node-set, of the result of calling the document function with the first argument being the string-value of the node, and the second argument being a node-set with the node as its only member.
FuncFormatNumb.javaClass Execute the FormatNumber() function.
FuncKey.javaClass Execute the Key() function.
KeyDeclaration.javaClass Holds the attribute declarations for the xsl:keys element. A stylesheet declares a set of keys for each document using the xsl:key element.
NamespaceAlias.javaClass Object to hold an xsl:namespace element.
OutputProperties.javaClass This class provides information from xsl:output elements.
RedundentExprEliminator.javaClass This class eleminates redundent XPaths from a given subtree, and also collects all absolute paths within the subtree.
Stylesheet.javaClass Represents a stylesheet element.
StylesheetComposed.javaClass Represents a stylesheet that has methods that resolve includes and imports.
StylesheetRoot.javaClass This class represents the root object of the stylesheet tree.
TemplateList.javaClass Encapsulates a template list, and helps locate individual templates.
TemplateSubPatternAssociation.javaClass A class to contain a match pattern and it's corresponding template.
VarNameCollector.javaClass This class visits variable refs in an XPath and collects their QNames.
WhiteSpaceInfo.javaClass This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.
XMLNSDecl.javaClass
XSLTVisitable.javaInterface A class that implements this interface will call a XSLTVisitor for itself and members within it's heararchy.
XSLTVisitor.javaClass A derivation from this class can be passed to a class that implements the XSLTVisitable interface, to have the appropriate method called for each component of an XSLT stylesheet.
XUnresolvedVariable.javaClass An instance of this class holds unto a variable until it is executed.
XUnresolvedVariableSimple.javaClass This is the same as XUnresolvedVariable, but it assumes that the context is already set up.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.