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()
           
 java.lang.String getAttributeValue(Name name)
           
 Name[] getCdataSectionElements()
           
 Name getName()
           
 NameTable getNameTable()
           
 

Method Detail

getName

public Name getName()

getAttributeValue

public java.lang.String getAttributeValue(Name name)

getAttributeNames

public Name[] getAttributeNames()

getCdataSectionElements

public Name[] getCdataSectionElements()

getNameTable

public NameTable getNameTable()