org.apache.jasper.compiler

Class Node.JspBody

public static class Node.JspBody extends Node

Represents a JspBody node (<jsp:body>)
Constructor Summary
JspBody(Mark start, Node parent)
JspBody(String qName, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.ChildInfogetChildInfo()

Constructor Detail

JspBody

public JspBody(Mark start, Node parent)

JspBody

public JspBody(String qName, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)

Method Detail

accept

public void accept(Node.Visitor v)

getChildInfo

public Node.ChildInfo getChildInfo()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.