org.apache.tapestry5.internal.parser
Class AttributeToken
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.parser.TemplateToken
org.apache.tapestry5.internal.parser.AttributeToken
- All Implemented Interfaces:
- Locatable
public class AttributeToken
- extends TemplateToken
Stores an attribute/value pair (as part of an XML element).
AttributeToken
public AttributeToken(String namespaceURI,
String name,
String value,
Location location)
getName
public String getName()
- Returns local name for the attribute.
getValue
public String getValue()
- Returns the value for the attribute.
getNamespaceURI
public String getNamespaceURI()
- Returns the namespace URI containing the attribute, or the empty string for the default namespace.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.