|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.trans.StringifyRuleSet
public class StringifyRuleSet
The built-in rule set used for 1.0 and 2.0, which for document and element nodes does an apply-templates to children, and for text nodes and attribute nodes copies the node.
Method Summary | |
---|---|
static StringifyRuleSet |
getInstance()
Get the singleton instance of this class |
void |
process(NodeInfo node,
ParameterSet parameters,
ParameterSet tunnelParams,
XPathContext context,
int locationId)
Perform the built-in template action for a given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static StringifyRuleSet getInstance()
public void process(NodeInfo node, ParameterSet parameters, ParameterSet tunnelParams, XPathContext context, int locationId) throws XPathException
process
in interface BuiltInRuleSet
node
- the node to be processedparameters
- the parameters supplied to apply-templatestunnelParams
- the tunnel parameters to be passed throughcontext
- the dynamic evaluation contextlocationId
- location of the instruction (apply-templates, apply-imports etc) that caused
the built-in template to be invoked
XPathException
- if any dynamic error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |