org.apache.tapestry5.dom
Class Attribute
java.lang.Object
org.apache.tapestry5.dom.Attribute
public class Attribute
- extends Object
An attribute within an Element
. Each attribute has a namespace URI, a local name
within the namespace, and a value.
- Since:
- 5.1.0.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getNamespace
public String getNamespace()
getValue
public String getValue()
Copyright © 2003-2012 The Apache Software Foundation.