com.icl.saxon.style

Class XSLScript

public class XSLScript extends StyleElement

An xsl:script element in the stylesheet.
Method Summary
ClassgetJavaClass(String uri)
Get the Java class, if this XSLScript element matches the specified URI.
voidprepareAttributes()
voidpreprocess()
voidprocess(Context c)
voidvalidate()

Method Detail

getJavaClass

public Class getJavaClass(String uri)
Get the Java class, if this XSLScript element matches the specified URI. Otherwise return null

prepareAttributes

public void prepareAttributes()

preprocess

public void preprocess()

process

public void process(Context c)

validate

public void validate()