Class AttributeInfo
- java.lang.Object
-
- org.apache.tapestry5.internal.services.AttributeInfo
-
public class AttributeInfo extends java.lang.Object
Tracks the qualified name and value of an attribute within a start element XMLToken.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description AttributeInfo(javax.xml.namespace.QName attributeName, java.lang.String value)
-
-
-
Constructor Detail
-
AttributeInfo
public AttributeInfo(javax.xml.namespace.QName attributeName, java.lang.String value)
-
-