org.apache.xerces.parsers
protected static final class AbstractSAXParser.AttributesProxy extends Object implements AttributeList, Attributes2
Field Summary | |
---|---|
protected XMLAttributes | fAttributes XML attributes. |
Method Summary | |
---|---|
int | getIndex(String qName) |
int | getIndex(String uri, String localPart) |
int | getLength() |
String | getLocalName(int index) |
String | getName(int i) |
String | getQName(int index) |
String | getType(int i) |
String | getType(String name) |
String | getType(String uri, String localName) |
String | getURI(int index) |
String | getValue(int i) |
String | getValue(String name) |
String | getValue(String uri, String localName) |
boolean | isDeclared(int index) |
boolean | isDeclared(String qName) |
boolean | isDeclared(String uri, String localName) |
boolean | isSpecified(int index) |
boolean | isSpecified(String qName) |
boolean | isSpecified(String uri, String localName) |
void | setAttributes(XMLAttributes attributes) Sets the XML attributes. |