com.jclark.xsl.sax

Class OutputMethodAttributeList

class OutputMethodAttributeList extends Object implements AttributeList

represents the set of attributes that modify how output is serialized
Constructor Summary
OutputMethodAttributeList(OutputMethod method)
Method Summary
intgetLength()
StringgetName(int i)
StringgetType(int i)
StringgetType(String name)
StringgetValue(int i)
StringgetValue(String nameString)

Constructor Detail

OutputMethodAttributeList

OutputMethodAttributeList(OutputMethod method)

Method Detail

getLength

public int getLength()

getName

public String getName(int i)

getType

public String getType(int i)

getType

public String getType(String name)

getValue

public String getValue(int i)

getValue

public String getValue(String nameString)