By default, do nothing. Application writers may override this method to take specific actions for each chunk of character data (such as adding the data to a node or buffer, or printing it to a file).
@param ch The characters. @param start The start position in the character array. @param length The number of characters to use from thecharacter array. @exception org.xml.sax.SAXException Any SAX exception, possiblywrapping another exception. @see org.xml.sax.ContentHandler#characters
|
|
|
|
|
|
|
|
|
|
|
|
|
|