com.saxonica.expr
Class ShallowCopyRuleSet

java.lang.Object
  extended by com.saxonica.expr.ShallowCopyRuleSet
All Implemented Interfaces:
Serializable, BuiltInRuleSet

public class ShallowCopyRuleSet
extends Object
implements BuiltInRuleSet

The built-in rule set introduced in XSLT 3.0, which is effectively an identity template.

See Also:
Serialized Form

Method Summary
static ShallowCopyRuleSet getInstance()
          Get the singleton instance of this class
 void process(Item item, 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

getInstance

public static ShallowCopyRuleSet getInstance()
Get the singleton instance of this class

Returns:
the singleton instance

process

public void process(Item item,
                    ParameterSet parameters,
                    ParameterSet tunnelParams,
                    XPathContext context,
                    int locationId)
             throws XPathException
Perform the built-in template action for a given node.

Specified by:
process in interface BuiltInRuleSet
Parameters:
item -
parameters - the parameters supplied to apply-templates
tunnelParams - the tunnel parameters to be passed through
context - the dynamic evaluation context
locationId - location of the instruction (apply-templates, apply-imports etc) that caused the built-in template to be invoked @throws net.sf.saxon.trans.XPathException if any dynamic error occurs
Throws:
XPathException


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.