org.apache.tapestry5.dom
Class Attribute

java.lang.Object
  extended by 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

Method Summary
 String getName()
           
 String getNamespace()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()

getNamespace

public String getNamespace()

getValue

public String getValue()


Copyright © 2003-2012 The Apache Software Foundation.