org.apache.tapestry5.internal.services
Class AttributeInfo

java.lang.Object
  extended by org.apache.tapestry5.internal.services.AttributeInfo

public class AttributeInfo
extends Object

Tracks the qualified name and value of an attribute within a start element XMLToken.

Since:
5.2.0

Constructor Summary
AttributeInfo(QName attributeName, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeInfo

public AttributeInfo(QName attributeName,
                     String value)


Copyright © 2003-2012 The Apache Software Foundation.