static class XmlToHtml.SingleAttributeList
extends java.lang.Object
implements org.xml.sax.AttributeList
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
name |
(package private) java.lang.String |
value |
| Constructor and Description |
|---|
XmlToHtml.SingleAttributeList(java.lang.String name,
java.lang.String value) |
XmlToHtml.SingleAttributeList(java.lang.String name,
java.lang.String value)
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 getValue(int i)
getValue in interface org.xml.sax.AttributeListpublic java.lang.String getValue(java.lang.String name)
getValue in interface org.xml.sax.AttributeListpublic java.lang.String getType(java.lang.String name)
getType in interface org.xml.sax.AttributeList