Project

General

Profile

« Previous | Next » 

Revision 1518

Added by Jing Tao over 21 years ago

Change the debugMessage for characters.

View differences:

src/edu/ucsb/nceas/metacat/DBSAXHandler.java
473 473
  /** SAX Handler that is called for each XML text node */
474 474
  public void characters(char[] cbuf, int start, int len) throws SAXException 
475 475
  {
476
     MetaCatUtil.debugMessage("CHARACTERS!!!!!!", 30);
476
     MetaCatUtil.debugMessage("CHARACTERS", 50);
477 477
     // buffer all text nodes for same element. This is for text was splited
478 478
     // into different nodes
479 479
     textBuffer.append(new String(cbuf, start,len));

Also available in: Unified diff