|
|
org > org.xml > org.xml.sax > org.xml.sax.helpers > org.xml.sax.helpers.attributesimpl >
Class: org.xml.sax.helpers.AttributesImpl java.lang.Object org.xml.sax.helpers.AttributesImpl
public class AttributesImpl extends Object implements Attributes
FIELDS:
CONSTRUCTORS:
| | | public | AttributesImpl() |
| | public | AttributesImpl(Attributes atts) |
| |
|
|
|
METHODS:
| | | | public | void | addAttribute(String uri, String localName, String qName, String type, String value) |
| | public | void | clear() |
| | public | int | getIndex(String qName) |
| | public | int | getIndex(String uri, String localName) |
| | public | int | getLength() |
| | public | String | getLocalName(int index) |
| | public | String | getQName(int index) |
| | public | String | getType(int index) |
| | public | String | getType(String qName) |
| | public | String | getType(String uri, String localName) |
| | public | String | getURI(int index) |
| | public | String | getValue(int index) |
| | public | String | getValue(String qName) |
| | public | String | getValue(String uri, String localName) |
| | public | void | removeAttribute(int index) Throws: ArrayIndexOutOfBoundsException |
| | public | void | setAttribute(int index, String uri, String localName, String qName, String type, String value) Throws: ArrayIndexOutOfBoundsException |
| | public | void | setAttributes(Attributes atts) |
| | public | void | setLocalName(int index, String localName) Throws: ArrayIndexOutOfBoundsException |
| | public | void | setQName(int index, String qName) Throws: ArrayIndexOutOfBoundsException |
| | public | void | setType(int index, String type) Throws: ArrayIndexOutOfBoundsException |
| | public | void | setURI(int index, String uri) Throws: ArrayIndexOutOfBoundsException |
| | public | void | setValue(int index, String value) Throws: ArrayIndexOutOfBoundsException |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|