com.ibm.ims.xms
Interface XMSIntactXMLHandler

All Known Implementing Classes:
XMSParser

public interface XMSIntactXMLHandler

The XMS intact xml handler interface defines callback methods to report pieces of intact data as they are snooped from the entity scanner.

Author:
Christopher Holtz, IBM

Method Summary
 void characters(char[] array, int offset, int length)
          An array of intact xml characters.
 

Method Detail

characters

public void characters(char[] array,
                       int offset,
                       int length)
An array of intact xml characters.
Parameters:
charArray - The array of characters snooped. This array will be reused, it is up to the implementor to immediately use or copy the passed in characters.


(C) International Business Machines Corporation 2004. All rights reserved.