org.apache.jasper.compiler
Class Node.JspBody

java.lang.Object
  |
  +--org.apache.jasper.compiler.Node
        |
        +--org.apache.jasper.compiler.Node.JspBody
Enclosing class:
Node

public static class Node.JspBody
extends Node

Represents a JspBody node (<jsp:body>)


Nested Class Summary
 
Nested classes inherited from class org.apache.jasper.compiler.Node
Node.AttributeDirective, Node.ChildInfo, Node.Comment, Node.CustomTag, Node.Declaration, Node.DoBodyAction, Node.ELExpression, Node.Expression, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.InvokeAction, Node.JspAttribute, Node.JspBody, Node.JspElement, Node.JspRoot, Node.JspText, Node.NamedAttribute, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TagDirective, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.VariableDirective, Node.Visitor
 
Field Summary
 
Fields inherited from class org.apache.jasper.compiler.Node
attrs, beginJavaLine, body, endJavaLine, namedAttributeNodes, parent, startMark, text
 
Constructor Summary
Node.JspBody(org.xml.sax.Attributes attrs, Mark start, Node parent)
           
 
Method Summary
 void accept(Node.Visitor v)
           
 Node.ChildInfo getChildInfo()
           
 Node.JspAttribute getValue()
           
 void setValue(Node.JspAttribute value)
           
 
Methods inherited from class org.apache.jasper.compiler.Node
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getNamedAttributeNode, getNamedAttributeNodes, getParent, getStart, getText, getTextAttribute, isXmlSyntax, setAttributes, setBeginJavaLine, setBody, setEndJavaLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node.JspBody

public Node.JspBody(org.xml.sax.Attributes attrs,
                    Mark start,
                    Node parent)
Method Detail

accept

public void accept(Node.Visitor v)
            throws JasperException
Overrides:
accept in class Node
JasperException

setValue

public void setValue(Node.JspAttribute value)

getValue

public Node.JspAttribute getValue()

getChildInfo

public Node.ChildInfo getChildInfo()


Copyright © 2000 Apache Software Foundation. All Rights Reserved.