com.jclark.xsl.tr

Interface OutputMethod

public interface OutputMethod

collects the attributes on the xsl:stylesheet element which determine the type of output we are to produce

Method Summary

Name[]
getAttributeNames()
String
getAttributeValue(Name name)
Name[]
getCdataSectionElements()
Name
getName()
NameTable
getNameTable()

Method Details

getAttributeNames

public Name[] getAttributeNames()

getAttributeValue

public String getAttributeValue(Name name)

getCdataSectionElements

public Name[] getCdataSectionElements()

getName

public Name getName()

getNameTable

public NameTable getNameTable()