Uses of Class
com.caucho.jsp.java.JspNode

Packages that use JspNode
com.caucho.jsp   
com.caucho.jsp.java   
 

Uses of JspNode in com.caucho.jsp
 

Methods in com.caucho.jsp that return JspNode
abstract  JspNode JspBuilder.getCurrentNode()
          Returns the current node.
abstract  JspNode JspBuilder.getRootNode()
          Returns the top node.
 

Uses of JspNode in com.caucho.jsp.java
 

Subclasses of JspNode in com.caucho.jsp.java
 class CustomSimpleTag
          Represents a custom tag.
 class CustomTag
          Represents a custom tag.
 class GenericTag
          Represents a custom tag.
 class JsfFacetNode
          Special generator for a JSF f:facet tag.
 class JsfNode
           
 class JsfPhaseListener
           
 class JsfTagNode
          Represents a custom tag.
 class JsfViewRoot
          Represents f:view
 class JspAttribute
          Represents a jsp:attribute node
 class JspBody
          Represents the body for a SimpleTag
 class JspContainerNode
          A node which can contain other nodes.
 class JspDeclaration
          Represents a Java declaration.
 class JspDirectiveAttribute
           
 class JspDirectiveInclude
           
 class JspDirectivePage
           
 class JspDirectiveTag
           
 class JspDirectiveTaglib
           
 class JspDirectiveVariable
           
 class JspDoBody
          Represents a custom tag.
 class JspElement
           
 class JspExpression
          Represents a Java scriptlet.
 class JspFallback
          Represents a Java scriptlet.
 class JspForward
          Represents a Java scriptlet.
 class JspFragmentNode
          Represents the body for a fragment (jsp:attribute or jsp:body)
 class JspGetProperty
          Represents a Java scriptlet.
 class JspInclude
          Represents a Java scriptlet.
 class JspInvoke
          jsp:invoke invokes a fragment
 class JspOutput
           
 class JspParam
          Represents a Java scriptlet.
 class JspParamNode
          Represents a custom tag.
 class JspParams
          Represents a Java scriptlet.
 class JspPlugin
          Represents a Java scriptlet.
 class JspRoot
          Represents the root node.
 class JspScriptlet
          Represents a Java scriptlet.
 class JspSetProperty
          Represents a Java scriptlet.
 class JspText
          Represents static text.
 class JspTextNode
          Represents static text.
 class JspTop
          Represents the root node.
 class JspUseBean
          Represents a Java scriptlet.
 class JspXmlElement
          Represents a JSP implicit element
 class JstlCoreCatch
           
 class JstlCoreChoose
           
 class JstlCoreForEach
          Special generator for a JSTL c:forEach tag.
 class JstlCoreIf
          Special generator for a JSTL c:if tag.
 class JstlCoreOtherwise
          Special generator for a JSTL c:otherwise tag.
 class JstlCoreOut
           
 class JstlCoreRemove
           
 class JstlCoreRtWhen
          Special generator for a JSTL c:when tag.
 class JstlCoreSet
           
 class JstlCoreWhen
          Special generator for a JSTL c:when tag.
 class JstlFmtBundle
          Generates code for the fmt:bundle bundle.
 class JstlFmtMessage
           
 class JstlFmtParam
           
 class JstlFmtSetBundle
          Generates code for the fmt:setBundle tag.
 class JstlNode
           
 class JstlTlvCoreChoose
           
 class JstlTlvCoreOtherwise
           
 class JstlTlvCoreWhen
           
 class JstlTlvSqlUpdate
           
 class JstlTlvXmlChoose
           
 class JstlTlvXmlOtherwise
           
 class JstlTlvXmlWhen
           
 class JstlXmlIf
           
 class JstlXmlOut
           
 class JstlXmlSet
           
 class JstlXmlWhen
          Special generator for a JSTL x:when tag.
 class NullTag
          Represents a custom tag.
 class StaticText
          Represents static text.
 class TagFileTag
          Represents a custom tag.
 

Fields in com.caucho.jsp.java declared as JspNode
protected  JspNode JspNode._parent
           
protected  JspNode JavaJspGenerator._rootNode
           
 

Fields in com.caucho.jsp.java with type parameters of type JspNode
protected  java.util.ArrayList<JspNode> JspContainerNode._children
           
 

Methods in com.caucho.jsp.java that return JspNode
 JspNode JspAttribute.addText(java.lang.String text)
          Adds a text node.
 JspNode JspBody.addText(java.lang.String text)
          Adds a text node.
 JspNode JspContainerNode.addText(java.lang.String text)
          Adds a text node.
 JspNode JspDeclaration.addText(java.lang.String text)
          Adds text to the directive.
 JspNode JspExpression.addText(java.lang.String text)
          Adds text to the expression.
 JspNode JspFragmentNode.addText(java.lang.String text)
          Adds a text node.
 JspNode JspGetProperty.addText(java.lang.String text)
          Adds text to the scriptlet.
 JspNode JspInclude.addText(java.lang.String text)
          Adds text to the scriptlet.
 JspNode JspNode.addText(java.lang.String text)
          Adds text.
 JspNode JspRoot.addText(java.lang.String text)
          Adds a text node.
 JspNode JspScriptlet.addText(java.lang.String text)
          Adds text to the scriptlet.
 JspNode JspText.addText(java.lang.String text)
          Adds text to the scriptlet.
 JspNode JspTop.addText(java.lang.String text)
          Adds a text node.
 JspNode JspUseBean.addText(java.lang.String text)
          Adds text to the scriptlet.
 JspNode JstlCoreChoose.addText(java.lang.String text)
          Whitespace text is ignored.
 JspNode JspContainerNode.findScriptingNode()
          Finds the first scripting node
 JspNode JspNode.findScriptingNode()
          Finds the first scripting node
 JspNode JavaJspBuilder.getCurrentNode()
          Returns the current node.
 JspNode JspNode.getParent()
          Returns the parent node.
 JspNode JspNode.getParentTagNode()
          Returns parent tag node
 JspNode JavaJspBuilder.getRootNode()
          Returns the root node.
 

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

Methods in com.caucho.jsp.java with parameters of type JspNode
 void GenericTag.addChild(JspNode node)
          Adds a child node.
 void JspContainerNode.addChild(JspNode node)
          Adds a child node.
 void JspForward.addChild(JspNode node)
          Adds a parameter.
 void JspInclude.addChild(JspNode node)
          Adds a parameter.
 void JspNode.addChild(JspNode node)
          Adds a child node.
 void JspParamNode.addChild(JspNode node)
          Adds a child.
 void JspParams.addChild(JspNode node)
          Adds a child.
 void JspPlugin.addChild(JspNode node)
          Adds a child.
 void JspRoot.addChild(JspNode node)
          Adds a child node.
 void JspText.addChild(JspNode node)
          Adds a child node.
 void JspTop.addChild(JspNode child)
          Adds a child node.
 void JstlCoreChoose.addChild(JspNode node)
          Children are handled specially.
 void JstlFmtMessage.addChild(JspNode node)
          Adds a child element.
 void JstlTlvCoreChoose.addChild(JspNode node)
           
 void JstlTlvXmlChoose.addChild(JspNode node)
           
 void JspContainerNode.addChildEnd(JspNode node)
          Adds a child node after its done initializing.
 void JspNode.addChildEnd(JspNode node)
          Adds a child node after its completely initialized..
 void JspParams.addChildEnd(JspNode node)
          Adds a child after initialization.
 void JspPlugin.addChildEnd(JspNode node)
          Adds a child.
protected  void JavaTagGenerator.generateDoTag(JspJavaWriter out, JspNode node)
          Prints the _jspService header
protected  void JavaTagGenerator.generateDoTagImpl(JspJavaWriter out, JspNode node)
          Prints the _jspService header
protected  boolean GenericTag.hasScriptlet(JspNode node)
          Returns true if the node or one of its children is a scriptlet
 void JsfTagNode.setNext(JspNode next)
           
 void JspNode.setParent(JspNode parent)
          Sets the parent node
 void JavaJspGenerator.setRootNode(JspNode node)
          Sets the root JSP node.
 

Constructors in com.caucho.jsp.java with parameters of type JspNode
JspTextNode(JavaJspGenerator gen, java.lang.String text, JspNode parent)
           
StaticText(JavaJspGenerator gen, java.lang.String text, JspNode parent)