|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.xml.io.DefaultHandlerAdapter.AttributesImpl
Method Summary | |
int |
getLength()
Returns the number of attributes in the list. |
java.lang.String |
getValue(int index)
Looks up an attribute's value by index. |
java.lang.String |
getValue(java.lang.String qName)
Looks up an attribute's value by XML 1.0 qualified name. |
java.lang.String |
getValue(java.lang.String uri,
java.lang.String localPart)
Looks up the index of an attribute by Namespace name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getValue(int index)
Attributes
getValue
in interface Attributes
index
- The attribute index (zero-based).
public java.lang.String getValue(java.lang.String qName)
Attributes
getValue
in interface Attributes
qName
- The qualified (prefixed) name.
public java.lang.String getValue(java.lang.String uri, java.lang.String localPart)
Attributes
getValue
in interface Attributes
uri
- The Namespace URI, or the empty string if the name has no Namespace URI.
public int getLength()
Attributes
getLength
in interface Attributes
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |