case Constants.TATTRNAME_MATCH:
m_matchPattern = m_stylesheet.getXPathFactory().create();
m_stylesheet.m_xpathProcessor.initMatchPattern(m_matchPattern, atts.getValue(i), this);
break;
case Constants.TATTRNAME_NAME:
m_name = new QName( atts.getValue(i), m_stylesheet.m_namespaces);
break;
case Constants.TATTRNAME_PRIORITY:
String priorityVal = atts.getValue(i);
m_priority = Double.valueOf(priorityVal.trim()).doubleValue();
break;
case Constants.TATTRNAME_MODE:
m_mode = new QName( atts.getValue(i), m_stylesheet.m_namespaces);
break;
case Constants.TATTRNAME_XMLSPACE:
processSpaceAttr(atts, i);
break;
default: