org.apache.jasper.compiler

Class Node.DoBodyAction

public static class Node.DoBodyAction extends Node

Represents a tag file action
Constructor Summary
DoBodyAction(Attributes attrs, Mark start, Node parent)
DoBodyAction(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)

Constructor Detail

DoBodyAction

public DoBodyAction(Attributes attrs, Mark start, Node parent)

DoBodyAction

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

Method Detail

accept

public void accept(Node.Visitor v)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.