com.icl.saxon.style

Class SAXONEntityRef

public class SAXONEntityRef extends StyleElement

A saxon:entity-ref element in the stylesheet. This causes an entity reference to be output to the XML or HTML output stream.
Field Summary
StringnameAttribute
Method Summary
booleanisInstruction()
Determine whether this node is an instruction.
voidprepareAttributes()
voidprocess(Context context)
voidvalidate()

Field Detail

nameAttribute

String nameAttribute

Method Detail

isInstruction

public boolean isInstruction()
Determine whether this node is an instruction.

Returns: true - it is an instruction

prepareAttributes

public void prepareAttributes()

process

public void process(Context context)

validate

public void validate()