{
public Action parse(Node node) throws XSLException
{
// System.out.println("ApplyTemplatesParser:parse1(): {" + node.getName().getNamespace() + "}" + node.getName().getLocalPart());
NodeSetExpr expr = getSortNodeSetExpr(node, getNodeSetExpr(node));
String modeString = node.getAttributeValue(MODE);
Name modeName = null;
if (modeString != null)
modeName = expandSourceElementTypeName(modeString, node);
if (_debugger != null) {