public void startTextRecording()
throws SAXException {
if (this.getLogger().isDebugEnabled() == true) {
this.getLogger().debug("BEGIN startTextRecording");
}
XMLConsumer recorder = new TextRecorder();
this.addRecorder(recorder);
this.sendStartPrefixMapping();
if (this.getLogger().isDebugEnabled() == true) {