net.sf.saxon.style
public class LiteralResultElement extends StyleElement
| Method Summary | |
|---|---|
| Expression | compile(Executable exec)
Process the literal result element by copying it to the result tree |
| int | getConstructType()
Get the type of construct. |
| int | getObjectNameCode()
Get a name identifying the object of the expression, for example a function name, template name,
variable name, key name, element name, etc. |
| Object | getProperty(String name)
Get the value of a particular property of the instruction. |
| boolean | isInstruction()
Specify that this is an instruction |
| DocumentImpl | makeStylesheet(PreparedStylesheet pss, StyleNodeFactory nodeFactory)
Make a top-level literal result element into a stylesheet. |
| boolean | mayContainSequenceConstructor()
Determine whether this type of element is allowed to contain a template-body |
| void | prepareAttributes()
Process the attribute list |
| void | validate()
Validate that this node is OK |
| protected void | validateChildren()
Validate the children of this node, recursively. |
Parameters: name The name of the required property
Returns: The value of the requested property, or null if the property is not available
Returns: true: yes, it may contain a template-body