com.jclark.xsl.sax
Class XmlToHtml.SingleAttributeList

java.lang.Object
  extended by com.jclark.xsl.sax.XmlToHtml.SingleAttributeList
All Implemented Interfaces:
org.xml.sax.AttributeList
Enclosing class:
XmlToHtml

static class XmlToHtml.SingleAttributeList
extends java.lang.Object
implements org.xml.sax.AttributeList


Field Summary
(package private)  java.lang.String name
           
(package private)  java.lang.String value
           
 
Constructor Summary
XmlToHtml.SingleAttributeList(java.lang.String name, java.lang.String value)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

value

java.lang.String value
Constructor Detail

XmlToHtml.SingleAttributeList

XmlToHtml.SingleAttributeList(java.lang.String name,
                              java.lang.String value)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface org.xml.sax.AttributeList

getName

public java.lang.String getName(int i)
Specified by:
getName in interface org.xml.sax.AttributeList

getType

public java.lang.String getType(int i)
Specified by:
getType in interface org.xml.sax.AttributeList

getValue

public java.lang.String getValue(int i)
Specified by:
getValue in interface org.xml.sax.AttributeList

getValue

public java.lang.String getValue(java.lang.String name)
Specified by:
getValue in interface org.xml.sax.AttributeList

getType

public java.lang.String getType(java.lang.String name)
Specified by:
getType in interface org.xml.sax.AttributeList