|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attributes
This interface defines a list of attributes.
| Method Summary | |
|---|---|
int |
getIndex(java.lang.String qName)
Get the index value of a given qualified name. |
int |
getLength()
Get the number of attributes in the list. |
java.lang.String |
getQName(int index)
Get the qualified name associated to the given index value. |
java.lang.String |
getType(int index)
Get the type of a qualified name associated to the given index value. |
java.lang.String |
getValue(int index)
Get the value of a qualified name associated to the given index value. |
java.lang.String |
getValue(java.lang.String qName)
Get the value associated to a given qualified name. |
| Method Detail |
|---|
int getIndex(java.lang.String qName)
Get the index value of a given qualified name.
qName - Qualified name.
java.lang.String getValue(java.lang.String qName)
Get the value associated to a given qualified name.
qName - Qualified name.
int getLength()
Get the number of attributes in the list.
java.lang.String getQName(int index)
Get the qualified name associated to the given index value.
index - Index value.
java.lang.String getType(int index)
Get the type of a qualified name associated to the given index value.
index - Index value.
java.lang.String getValue(int index)
Get the value of a qualified name associated to the given index value.
index - Index value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||