org.apache.jasper.compiler

Class Node.InvokeAction

public static class Node.InvokeAction extends Node

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

Constructor Detail

InvokeAction

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

InvokeAction

public InvokeAction(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.