com.arsdigita.templating.html
Interface AttributeMap.Pair

Enclosing interface:
AttributeMap

public static interface AttributeMap.Pair

Represents a single attribute as a name-value pair. For example, <p id="foo" class="rh"> has two pairs: ("id", "foo") and ("class", "rh").


Method Summary
 String getName()
          Returns the attribute name.
 String getValue()
          Returns the attribute value.
 

Method Detail

getName

public String getName()
Returns the attribute name.


getValue

public String getValue()
Returns the attribute value.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC