com.jclark.xsl.tr
Interface OutputMethod


public interface OutputMethod


Method Summary
 Name[] getAttributeNames()
           
 java.lang.String getAttributeValue(Name name)
           
 Name[] getCdataSectionElements()
           
 Name getName()
           
 NameTable getNameTable()
           
 

Method Detail

getName

Name getName()

getAttributeValue

java.lang.String getAttributeValue(Name name)

getAttributeNames

Name[] getAttributeNames()

getCdataSectionElements

Name[] getCdataSectionElements()

getNameTable

NameTable getNameTable()