Home | History | Annotate | Download | only in templates

Lines Matching refs:getNodeName

542   public String getNodeName()
587 new Object[]{ newChild.getNodeName(),
588 this.getNodeName() }); //"Can not add " +((ElemTemplateElement)newChild).m_elemName +
737 countMatchPattern = new XPath(dtm.getNodeName(contextNode), this, resolver,
743 // countMatchPattern = m_stylesheet.createMatchPattern("@"+contextNode.getNodeName(), this);
744 countMatchPattern = new XPath("@" + dtm.getNodeName(contextNode), this,
765 // countMatchPattern = m_stylesheet.createMatchPattern("pi("+contextNode.getNodeName()+")", this);
766 countMatchPattern = new XPath("pi(" + dtm.getNodeName(contextNode)