org.apache.jasper.compiler
Class Node.IncludeDirective

java.lang.Object
  extended by org.apache.jasper.compiler.Node
      extended by org.apache.jasper.compiler.Node.IncludeDirective
Enclosing class:
Node

public static class Node.IncludeDirective
extends Node

Represents an include directive


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.jasper.compiler.Node
Node.Comment, Node.CustomTag, Node.Declaration, Node.Expression, Node.FallBackAction, Node.ForwardAction, Node.GetProperty, Node.IncludeAction, Node.IncludeDirective, Node.JspAttribute, Node.JspRoot, Node.JspText, Node.Nodes, Node.PageDirective, Node.ParamAction, Node.ParamsAction, Node.PlugIn, Node.Root, Node.ScriptingElement, Node.Scriptlet, Node.SetProperty, Node.TaglibDirective, Node.TemplateText, Node.UninterpretedTag, Node.UseBean, Node.Visitor
 
Field Summary
 
Fields inherited from class org.apache.jasper.compiler.Node
attrs, beginJavaLine, body, endJavaLine, parent, startMark, text
 
Constructor Summary
Node.IncludeDirective(org.xml.sax.Attributes attrs, Mark start, Node parent)
           
 
Method Summary
 void accept(Node.Visitor v)
          Selects and invokes a method in the visitor class based on the node type.
 
Methods inherited from class org.apache.jasper.compiler.Node
getAttributes, getAttributeValue, getBeginJavaLine, getBody, getEndJavaLine, getParent, getStart, getText, 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.IncludeDirective

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

accept

public void accept(Node.Visitor v)
            throws JasperException
Description copied from class: Node
Selects and invokes a method in the visitor class based on the node type. This is abstract and should be overrode by the extending classes.

Parameters:
v - The visitor class
Throws:
JasperException


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.