static final class WstxSAXParser.AttributesWrapper
extends java.lang.Object
implements org.xml.sax.AttributeList
| Modifier and Type | Field and Description |
|---|---|
(package private) org.xml.sax.Attributes |
mAttrs |
| Constructor and Description |
|---|
AttributesWrapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
java.lang.String |
getName(int i) |
java.lang.String |
getType(int i) |
java.lang.String |
getType(java.lang.String name) |
java.lang.String |
getValue(int i) |
java.lang.String |
getValue(java.lang.String name) |
void |
setAttributes(org.xml.sax.Attributes a) |
public void setAttributes(org.xml.sax.Attributes a)
public int getLength()
getLength in interface org.xml.sax.AttributeListpublic java.lang.String getName(int i)
getName in interface org.xml.sax.AttributeListpublic java.lang.String getType(int i)
getType in interface org.xml.sax.AttributeListpublic java.lang.String getType(java.lang.String name)
getType in interface org.xml.sax.AttributeListpublic java.lang.String getValue(int i)
getValue in interface org.xml.sax.AttributeListpublic java.lang.String getValue(java.lang.String name)
getValue in interface org.xml.sax.AttributeList