org.apache.xerces.util
public final class AttributesProxy extends Object implements AttributeList, Attributes2
Version: $Id: AttributesProxy.java,v 1.2 2005/06/13 18:19:45 mrglavas Exp $
| Constructor Summary | |
|---|---|
| AttributesProxy(XMLAttributes attributes) | |
| Method Summary | |
|---|---|
| XMLAttributes | getAttributes() |
| 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 to be wrapped. |