- All Known Subinterfaces:
- Attributes2
- All Known Implementing Classes:
- Attributes2Impl, AttributesImpl
- See Also:
- Top Examples, Source Code,
AttributeList
,
DeclHandler.attributeDecl(java.lang.String, java.lang.String, java.lang.String, java.lang.String java.lang.String)
int getIndex(String qName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getIndex(String uri,
String localName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getLength()
- See Also:
getValue(int)
, getType(int)
, getQName(int)
, getLocalName(int)
, getURI(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getLocalName(int index)
- See Also:
getLength()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getQName(int index)
- See Also:
getLength()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getType(int index)
- See Also:
getLength()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getType(String qName)
- See Also:
getType(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getType(String uri,
String localName)
- See Also:
getType(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getURI(int index)
- See Also:
getLength()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getValue(int index)
- See Also:
getLength()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getValue(String qName)
- See Also:
getValue(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getValue(String uri,
String localName)
- See Also:
getValue(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples