org.apache.jasper.compiler

Class Node.NamedAttribute

public static class Node.NamedAttribute extends Node

Represents a Named Attribute (<jsp:attribute>)
Constructor Summary
NamedAttribute(Attributes attrs, Mark start, Node parent)
NamedAttribute(String qName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.ChildInfogetChildInfo()
StringgetLocalName()
StringgetName()
StringgetPrefix()
StringgetTemporaryVariableName()
StringgetText()
booleanisTrim()

Constructor Detail

NamedAttribute

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

NamedAttribute

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

Method Detail

accept

public void accept(Node.Visitor v)

getChildInfo

public Node.ChildInfo getChildInfo()

getLocalName

public String getLocalName()

getName

public String getName()

getPrefix

public String getPrefix()

getTemporaryVariableName

public String getTemporaryVariableName()

Returns: A unique temporary variable name to store the result in. (this probably could go elsewhere, but it's convenient here)

getText

public String getText()

isTrim

public boolean isTrim()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.