String getType(int index)
通过索引查找属性的类型。
String getType(String qName)
通过 XML 限定(前缀)名查找属性的类型。
String getType(String uri, String localName)
根据名称空间的名称查找属性的类型。
String getURI(int index)
通过索引查找属性的名称空间 URI。
String getValue(int index)
通过索引查找属性的值。
String getValue(String qName)
通过 XML 限定(前缀)名查找属性的值。
String getValue(String uri, String localName)
根据名称空间的名称查找属性的值。