com.icl.saxon.style

Class SAXONPreview

public class SAXONPreview extends StyleElement

Handler for saxon:preview elements in stylesheet.
Attributes:
mode identifies the mode in which preview templates will be called.
elements is a space-separated list of element names which are eligible for preview processing.
Field Summary
Stringelements
intpreviewModeNameCode
Method Summary
voidprepareAttributes()
voidpreprocess()
voidprocess(Context context)
voidvalidate()

Field Detail

elements

String elements

previewModeNameCode

int previewModeNameCode

Method Detail

prepareAttributes

public void prepareAttributes()

preprocess

public void preprocess()

process

public void process(Context context)

validate

public void validate()