Uses of Class
com.caucho.xsl.java.XslNode

Packages that use XslNode
com.caucho.xsl The XSLT transformation package. 
com.caucho.xsl.java   
 

Uses of XslNode in com.caucho.xsl
 

Methods in com.caucho.xsl that return XslNode
protected  XslNode JavaGenerator.createChild(org.w3c.dom.Node child)
           
protected  XslNode JavaGenerator.createChild(XslNode parent, org.w3c.dom.Node childNode)
           
 

Methods in com.caucho.xsl with parameters of type XslNode
protected  XslNode JavaGenerator.createChild(XslNode parent, org.w3c.dom.Node childNode)
           
 

Method parameters in com.caucho.xsl with type arguments of type XslNode
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.
 

Uses of XslNode in com.caucho.xsl.java
 

Subclasses of XslNode in com.caucho.xsl.java
 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.
 

Fields in com.caucho.xsl.java declared as XslNode
protected  XslNode XslNode._parent
           
 

Fields in com.caucho.xsl.java with type parameters of type XslNode
protected  java.util.ArrayList<XslNode> XslNode._children
           
 

Methods in com.caucho.xsl.java that return XslNode
 XslNode XslNode.getParent()
          Returns the parent node.
 

Methods in com.caucho.xsl.java that return types with arguments of type XslNode
 java.util.ArrayList<XslNode> XslNode.getChildren()
          Returns the children.
 

Methods in com.caucho.xsl.java with parameters of type XslNode
 void XslApplyTemplates.addChild(XslNode node)
          Adds a child node.
 void XslAttributeSet.addChild(XslNode node)
          Adds a child node.
 void XslChoose.addChild(XslNode node)
          Adds a child node.
 void XslForEach.addChild(XslNode node)
          Adds a child node.
 void XslNode.addChild(XslNode node)
          Adds a child node.
 void XslPreserveSpace.addChild(XslNode node)
          Adds a child.
 void XslStripSpace.addChild(XslNode node)
          Adds a child.
 void XslStylesheet.addChild(XslNode node)
          Adds a child node.
 void XslText.addChild(XslNode node)
          Adds a child node.
 void XslValueOf.addChild(XslNode node)
          Adds a child.
 void XtpDeclaration.addChild(XslNode node)
          Adds a child node.
 void XtpDirectiveCache.addChild(XslNode node)
          Adds a child node.
 void XtpDirectivePage.addChild(XslNode node)
          Adds a child node.
 void XtpExpression.addChild(XslNode node)
          Adds a child node.
 void XtpScriptlet.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.