|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.elements.support.attributes.AbstractAttributeMap
net.sourceforge.jeuclid.elements.support.attributes.SAXAttributeMap
public class SAXAttributeMap
Attributes derived from SAX.
| Constructor Summary | |
|---|---|
SAXAttributeMap(Attributes attr)
Creates a new AttributeMap based on SAX attributes. |
|
| Method Summary | |
|---|---|
Map<String,String> |
getAsMap()
retrieve the attributes as map. |
protected String |
getAttribute(String attrName)
Override this method to get an attribute value without a namespace. |
protected String |
getAttributeNS(String namespace,
String attrName)
Override this method to get an attribtue with a namespace. |
| Methods inherited from class net.sourceforge.jeuclid.elements.support.attributes.AbstractAttributeMap |
|---|
getBoolean, getString, getString, hasAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXAttributeMap(Attributes attr)
attr - the SAX attributes.| Method Detail |
|---|
protected String getAttribute(String attrName)
getAttribute in class AbstractAttributeMapattrName - name of the attribute
protected String getAttributeNS(String namespace,
String attrName)
getAttributeNS in class AbstractAttributeMapnamespace - the namespaceattrName - the attribtue name
public Map<String,String> getAsMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||