protected static final class AbstractSAXParser.AttributesProxy extends Object implements Attributes2
| Modifier | Constructor and Description |
|---|---|
protected |
AttributesProxy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(String qName) |
int |
getIndex(String uri,
String localPart) |
int |
getLength() |
String |
getLocalName(int index) |
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) |
public void setAttributes(XMLAttributes attributes)
public int getLength()
getLength in interface Attributespublic String getQName(int index)
getQName in interface Attributespublic String getURI(int index)
getURI in interface Attributespublic String getLocalName(int index)
getLocalName in interface Attributespublic String getType(int i)
getType in interface Attributespublic String getType(String name)
getType in interface Attributespublic String getType(String uri, String localName)
getType in interface Attributespublic String getValue(int i)
getValue in interface Attributespublic String getValue(String name)
getValue in interface Attributespublic String getValue(String uri, String localName)
getValue in interface Attributespublic int getIndex(String qName)
getIndex in interface Attributespublic int getIndex(String uri, String localPart)
getIndex in interface Attributespublic boolean isDeclared(int index)
isDeclared in interface Attributes2public boolean isDeclared(String qName)
isDeclared in interface Attributes2public boolean isDeclared(String uri, String localName)
isDeclared in interface Attributes2public boolean isSpecified(int index)
isSpecified in interface Attributes2public boolean isSpecified(String qName)
isSpecified in interface Attributes2public boolean isSpecified(String uri, String localName)
isSpecified in interface Attributes2Copyright © 2023 Gargoyle Software Inc.. All rights reserved.