net.sf.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
Expressioncompile(Executable exec)
booleanisInstruction()
Determine whether this node is an instruction.
voidprepareAttributes()
voidvalidate()

Field Detail

nameAttribute

String nameAttribute

Method Detail

compile

public Expression compile(Executable exec)

isInstruction

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

Returns: true - it is an instruction

prepareAttributes

public void prepareAttributes()

validate

public void validate()