Searched refs:piName (Results 1 – 1 of 1) sorted by relevance
132 String piName = m_name_atv == null ? null : m_name_atv.evaluate(xctxt, sourceNode, this); in execute() local135 if (piName == null) return; in execute()137 if (piName.equalsIgnoreCase("xml")) in execute()141 new Object[]{ Constants.ATTRNAME_NAME, piName }); in execute()147 else if ((!m_name_atv.isSimple()) && (!XML11Char.isXML11ValidNCName(piName))) in execute()151 new Object[]{ Constants.ATTRNAME_NAME, piName }); in execute()167 transformer.getResultTreeHandler().processingInstruction(piName, data); in execute()