578579580581582583584585586587588589
} return newText; } case (OMNode.PI_NODE): { OMProcessingInstruction importedPI = (OMProcessingInstruction) child; OMProcessingInstruction newPI = this.factory .createOMProcessingInstruction(this, importedPI.getTarget(), importedPI.getValue()); return newPI; }