|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.templating.html.AttributeMapImpl
An implementation of the AttributeMap
interface.
Nested Class Summary |
Nested classes inherited from class com.arsdigita.templating.html.AttributeMap |
AttributeMap.Pair |
Constructor Summary | |
AttributeMapImpl()
|
|
AttributeMapImpl(org.xml.sax.Attributes attrs)
|
Method Summary | |
boolean |
contains(String qName)
Returns true if the attribute map contains an attribute
named qName . |
String |
getValue(String qName)
Returns the value of the attribute named qName . |
Iterator |
keys()
Returns an iterator over the attribute names contained in this map. |
Iterator |
pairs()
Returns an iterator over name-value pairs
contained in this map. |
void |
putValue(String qName,
String value)
|
int |
size()
Returns the number of attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeMapImpl()
public AttributeMapImpl(org.xml.sax.Attributes attrs)
Method Detail |
public boolean contains(String qName)
AttributeMap
true
if the attribute map contains an attribute
named qName
.
contains
in interface AttributeMap
public String getValue(String qName)
AttributeMap
qName
.
getValue
in interface AttributeMap
public void putValue(String qName, String value)
public int size()
AttributeMap
size
in interface AttributeMap
public Iterator keys()
AttributeMap
keys
in interface AttributeMap
public Iterator pairs()
AttributeMap
pairs
contained in this map.
pairs
in interface AttributeMap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |