org.apache.jasper.compiler
Class Node.JspElement
java.lang.Object
|
+--org.apache.jasper.compiler.Node
|
+--org.apache.jasper.compiler.Node.JspElement
- Enclosing class:
- Node
- public static class Node.JspElement
- extends Node
Represents a .
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 |
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 |
Node.JspElement
public Node.JspElement(org.xml.sax.Attributes attrs,
Mark start,
Node parent)
accept
public void accept(Node.Visitor v)
throws JasperException
- Overrides:
accept
in class Node
JasperException
setJspAttributes
public void setJspAttributes(Node.JspAttribute[] jspAttrs)
getJspAttributes
public Node.JspAttribute[] getJspAttributes()
Copyright © 2000 Apache Software Foundation. All Rights Reserved.