net.sf.saxon.instruct

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 » saxonb » net.sf.saxon.instruct 
net.sf.saxon.instruct
Java Source File NameTypeComment
AnalyzeString.javaClass An xsl:analyze-string elements in the stylesheet.
ApplyImports.javaClass
ApplyTemplates.javaClass
Assign.javaClass saxon:assign element in stylesheet.
Attribute.javaClass
AttributeSet.javaClass The compiled form of an xsl:attribute-set element in the stylesheet.
Bindery.javaClass The Bindery class holds information about variables and their values.
Block.javaClass Implements an imaginary xsl:block instruction which simply evaluates its contents.
CallTemplate.javaClass Instruction representing an xsl:call-template element in the stylesheet.
Choose.javaClass Compiled representation of an xsl:choose or xsl:if element in the stylesheet.
Comment.javaClass An instruction representing an xsl:comment element in the stylesheet.
ComputedElement.javaClass An instruction representing an xsl:element element in an XSLT stylesheet, or a computed element constructor in XQuery.
Copy.javaClass Handler for xsl:copy elements in stylesheet.
CopyOf.javaClass An xsl:copy-of element in the stylesheet.
Debugger.javaInterface
Doctype.javaClass A saxon:doctype element in the stylesheet.
DocumentInstr.javaClass An instruction to create a document node.
DummyNamespaceResolver.javaClass A dummy namespace resolver used when validating QName-valued attributes written to the result tree.
ElementCreator.javaClass An instruction that creates an element node.
Executable.javaClass A compiled stylesheet or a query in executable form.
FixedAttribute.javaClass An instruction derived from an xsl:attribute element in stylesheet, or from an attribute constructor in XQuery.
FixedElement.javaClass An instruction that creates an element node whose name is known statically.
ForEach.javaClass Handler for xsl:for-each elements in a stylesheet.
ForEachGroup.javaClass Handler for xsl:for-each-group elements in stylesheet.
GeneralVariable.javaClass
GlobalParam.javaClass The compiled form of a global xsl:param element in the stylesheet or an external variable declared in the prolog of a Query.
GlobalParameterSet.javaClass A GlobalParameterSet is a set of parameters supplied when invoking a stylesheet or query. It is a collection of name-value pairs, the names being represented by numeric references to the NamePool.
GlobalVariable.javaClass A compiled global variable in a stylesheet or query.
Instruction.javaClass Abstract superclass for all instructions in the compiled stylesheet. This represents a compiled instruction, and as such, the minimum information is retained from the original stylesheet.
InstructionDetails.javaClass
LocalParam.javaClass The compiled form of an xsl:param element in the stylesheet or an external variable in a Query.
LocalVariable.javaClass Handler for local xsl:variable elements in stylesheet.
LocationMap.javaClass A LocationMap allocates integer codes to (systemId, lineNumber) pairs.
Message.javaClass An xsl:message element in the stylesheet.
Namespace.javaClass An xsl:namespace element in the stylesheet.
NextMatch.javaClass
NumberInstruction.javaClass An xsl:number element in the stylesheet.
ParameterSet.javaClass A ParameterSet is a set of parameters supplied when calling a template.
ParentNodeConstructor.javaClass An abstract class to act as a common parent for instructions that create element nodes and document nodes.
Procedure.javaClass This object represents the compiled form of a user-written function, template, attribute-set, etc (the source can be either an XSLT stylesheet function or an XQuery function).

It is assumed that type-checking, of both the arguments and the results, has been handled at compile time.

ProcessingInstruction.javaClass An xsl:processing-instruction element in the stylesheet.
QuerySimpleContentConstructor.javaClass This class implements the rules for an XQuery simple content constructor, which are used in constructing the string value of an attribute node, text node, comment node, etc, from the value of the select expression or the contained sequence constructor.
RegexIterator.javaClass
ResultDocument.javaClass The compiled form of an xsl:result-document element in the stylesheet.

The xsl:result-document element takes an attribute href="filename".

SavedNamespaceContext.javaClass An object representing a list of Namespaces.
SimpleContentConstructor.javaClass This class implements the rules for an XSLT simple content constructor, which are used in constructing the string value of an attribute node, text node, comment node, etc, from the value of the select expression or the contained sequence constructor.
SimpleNodeConstructor.javaClass
SkipInstructionException.javaClass This exception is thrown by code when execution of an instruction has failed, and the recovery action is to continue with the next instruction.
SlotManager.javaClass A SlotManager supports functions, templates, etc: specifically, any executable code that requires a stack frame containing local variables.
TailCall.javaInterface Interface representing a Tail Call.
TailCallReturner.javaInterface This interface represents an expression that is capable of being processed leaving tail calls for the calling instruction to deal with.
Template.javaClass An xsl:template element in the style sheet.
TerminationException.javaClass An exception thrown by xsl:message terminate="yes".
TraceExpression.javaClass A subclass of TraceWrapper used to trace expressions in XPath and XQuery.
TraceInstruction.javaClass
TraceWrapper.javaClass
UseAttributeSets.javaClass This instruction corresponds to a use-attribute-sets attribute on a literal result element, xsl:element, or xsl:copy.
UserFunction.javaClass This object represents the compiled form of a user-written function (the source can be either an XSLT stylesheet function or an XQuery function).

It is assumed that type-checking, of both the arguments and the results, has been handled at compile time.

UserFunctionParameter.javaClass
ValueOf.javaClass An xsl:value-of element in the stylesheet.
While.javaClass Handler for saxon:while elements in stylesheet.
WithParam.javaClass An instruction derived from a xsl:with-param element in the stylesheet.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.