com.smallx.xml.xslt.xt.transform
Interface OutputMethod


public interface OutputMethod


Method Summary
 java.util.Iterator getAttributeNames()
           
 java.lang.String getAttributeValue(Name name)
           
 java.util.Iterator getCdataSectionElements()
           
 Name getName()
           
 

Method Detail

getName

public Name getName()

getAttributeValue

public java.lang.String getAttributeValue(Name name)

getAttributeNames

public java.util.Iterator getAttributeNames()

getCdataSectionElements

public java.util.Iterator getCdataSectionElements()