|
||||||||||
| 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.DOMAttributeMap
public class DOMAttributeMap
Attributes derived from DOM.
| Constructor Summary | |
|---|---|
DOMAttributeMap(NamedNodeMap attributeMap)
Creates a new AttributesMap based on DOM 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. |
String |
toString()
|
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public DOMAttributeMap(NamedNodeMap attributeMap)
attributeMap - the DOM 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()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||