com.jclark.xsl.sax

Class OutputMethodAttributeList

Implemented Interfaces:
AttributeList

(package private) class OutputMethodAttributeList
extends java.lang.Object
implements AttributeList

represents the set of attributes that modify how output is serialized

Constructor Summary

OutputMethodAttributeList(OutputMethod method)

Method Summary

int
getLength()
String
getName(int i)
String
getType(String name)
String
getType(int i)
String
getValue(String nameString)
String
getValue(int i)

Constructor Details

OutputMethodAttributeList

(package private)  OutputMethodAttributeList(OutputMethod method)

Method Details

getLength

public int getLength()


getName

public String getName(int i)


getType

public String getType(String name)


getType

public String getType(int i)


getValue

public String getValue(String nameString)


getValue

public String getValue(int i)