Package | Description |
---|---|
com.caucho.xsl |
The XSLT transformation package.
|
com.caucho.xsl.java |
Modifier and Type | Method and Description |
---|---|
protected XslNode |
JavaGenerator.createChild(org.w3c.dom.Node child) |
protected XslNode |
JavaGenerator.createChild(XslNode parent,
org.w3c.dom.Node childNode) |
Modifier and Type | Method and Description |
---|---|
protected XslNode |
JavaGenerator.createChild(XslNode parent,
org.w3c.dom.Node childNode) |
Modifier and Type | Method and Description |
---|---|
protected StylesheetImpl |
JavaGenerator.completeGenerate(java.util.ArrayList<XslNode> inits,
java.util.ArrayList globals) |
protected void |
JavaGenerator.printInitVars(java.util.ArrayList<XslNode> inits)
Generate code executed for all transformations.
|
Modifier and Type | Class and Description |
---|---|
class |
TextNode
Represents any XSL node from the stylesheet.
|
class |
XslApplyImports
Represents the xsl:apply-imports node from the stylesheet.
|
class |
XslApplyTemplates
Represents any XSL node from the stylesheet.
|
class |
XslAttribute
Represents any XSL node from the stylesheet.
|
class |
XslAttributeNode
Represents any XSL node from the stylesheet.
|
class |
XslAttributeSet
Represents an attribute set.
|
class |
XslCallTemplate
Represents the xsl:call-template node.
|
class |
XslChoose
Represents the xsl:choose element.
|
class |
XslComment
Represents an xsl:comment node from the stylesheet.
|
class |
XslCopy
Copies the node.
|
class |
XslCopyOf
Copies the node.
|
class |
XslDecimalFormat
xsl:decimal-format
|
class |
XslElement
Represents the generation of an XSL node.
|
class |
XslElementNode
Represents any XSL node from the stylesheet.
|
class |
XslForEach
Represents the xsl:for-each element.
|
class |
XslIf
Represents any XSL node from the stylesheet.
|
class |
XslImport
Imports a stylesheet.
|
class |
XslInclude
Includes a stylesheet.
|
class |
XslKey
Includes a stylesheet.
|
class |
XslMessage
xsl:message
|
class |
XslNamespaceAlias
the xsl:namespace-alias tag
|
class |
XslNamespaceNode
Represents a namespace node from the stylesheet.
|
class |
XslNumber
Returns the value of an expression.
|
class |
XslOtherwise
Represents an xsl:otherwise node from the stylesheet.
|
class |
XslOutput
Returns the value of an expression.
|
class |
XslParam
Represents an xsl:param node from the stylesheet.
|
class |
XslPreserveSpace
Represents any XSL node from the stylesheet.
|
class |
XslProcessingInstruction
Represents an xsl:processing-instructionny node from the stylesheet.
|
class |
XslResultDocument
changes the output
|
class |
XslSort
Represents the xsl:sort element.
|
class |
XslStripSpace
Represents any XSL node from the stylesheet.
|
class |
XslStylesheet
Represents the top-level xsl:stylesheet node.
|
class |
XslTemplate
Represents the xsl:template node.
|
class |
XslText
Represents any XSL node from the stylesheet.
|
class |
XslTransform
Represents the top-level xsl:transform node.
|
class |
XslUseAttributeSets
Represents any XSL node from the stylesheet.
|
class |
XslValueOf
Returns the value of an expression.
|
class |
XslVariable
Sets an xsl variable.
|
class |
XslWhen
Represents any XSL node from the stylesheet.
|
class |
XslWithParam
Represents an xsl:with-param node from the stylesheet.
|
class |
XslWrapperNode
Represents any XSL node from the stylesheet.
|
class |
XtpDeclaration
Represents the xtp:declaration node from the stylesheet.
|
class |
XtpDirectiveCache
Represents the xtp:directive.page node from the stylesheet.
|
class |
XtpDirectivePage
Represents the xtp:directive.page node from the stylesheet.
|
class |
XtpExpression
Represents the xtp:expression node from the stylesheet.
|
class |
XtpScriptlet
Represents the xtp:scriptlet node from the stylesheet.
|
Modifier and Type | Field and Description |
---|---|
protected XslNode |
XslNode._parent |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<XslNode> |
XslNode._children |
Modifier and Type | Method and Description |
---|---|
XslNode |
XslNode.getParent()
Returns the parent node.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<XslNode> |
XslNode.getChildren()
Returns the children.
|
Modifier and Type | Method and Description |
---|---|
void |
XslApplyTemplates.addChild(XslNode node)
Adds a child node.
|
void |
XslNode.addChild(XslNode node)
Adds a child node.
|
void |
XtpDeclaration.addChild(XslNode node)
Adds a child node.
|
void |
XslForEach.addChild(XslNode node)
Adds a child node.
|
void |
XslText.addChild(XslNode node)
Adds a child node.
|
void |
XslChoose.addChild(XslNode node)
Adds a child node.
|
void |
XslStylesheet.addChild(XslNode node)
Adds a child node.
|
void |
XtpScriptlet.addChild(XslNode node)
Adds a child node.
|
void |
XslPreserveSpace.addChild(XslNode node)
Adds a child.
|
void |
XtpExpression.addChild(XslNode node)
Adds a child node.
|
void |
XslValueOf.addChild(XslNode node)
Adds a child.
|
void |
XtpDirectiveCache.addChild(XslNode node)
Adds a child node.
|
void |
XslStripSpace.addChild(XslNode node)
Adds a child.
|
void |
XtpDirectivePage.addChild(XslNode node)
Adds a child node.
|
void |
XslAttributeSet.addChild(XslNode node)
Adds a child node.
|
void |
XslStylesheet.addImport(XslNode node)
Adds an import directive.
|
void |
XslNode.setParent(XslNode parent)
Sets the parent node
|
void |
XslParam.setParent(XslNode parent)
Sets the parent.
|