org.apache.jasper.compiler

Class Node.JspElement

public static class Node.JspElement extends Node

Represents a .
Constructor Summary
JspElement(Attributes attrs, Mark start, Node parent)
JspElement(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.JspAttribute[]getJspAttributes()
Node.JspAttributegetNameAttribute()
voidsetJspAttributes(Node.JspAttribute[] jspAttrs)
voidsetNameAttribute(Node.JspAttribute nameAttr)

Constructor Detail

JspElement

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

JspElement

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

Method Detail

accept

public void accept(Node.Visitor v)

getJspAttributes

public Node.JspAttribute[] getJspAttributes()

getNameAttribute

public Node.JspAttribute getNameAttribute()

setJspAttributes

public void setJspAttributes(Node.JspAttribute[] jspAttrs)

setNameAttribute

public void setNameAttribute(Node.JspAttribute nameAttr)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.