com.sun.xml.stream
Class XMLDocumentScannerImpl.XMLBufferListenerImpl

java.lang.Object
  extended by com.sun.xml.stream.XMLDocumentScannerImpl.XMLBufferListenerImpl
All Implemented Interfaces:
XMLBufferListener
Enclosing class:
XMLDocumentScannerImpl

protected class XMLDocumentScannerImpl.XMLBufferListenerImpl
extends java.lang.Object
implements XMLBufferListener

Implements XMLBufferListener interface.


Constructor Summary
protected XMLDocumentScannerImpl.XMLBufferListenerImpl()
           
 
Method Summary
 void refresh()
          Will be invoked by XMLEntityReader before it tries to resize,load new data into current ScannedEntities buffer.
 void refresh(int refreshPosition)
          receives callbacks from XMLEntityReader when buffer is being changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDocumentScannerImpl.XMLBufferListenerImpl

protected XMLDocumentScannerImpl.XMLBufferListenerImpl()
Method Detail

refresh

public void refresh()
Description copied from interface: XMLBufferListener
Will be invoked by XMLEntityReader before it tries to resize,load new data into current ScannedEntities buffer.

Specified by:
refresh in interface XMLBufferListener

refresh

public void refresh(int refreshPosition)
receives callbacks from XMLEntityReader when buffer is being changed.

Specified by:
refresh in interface XMLBufferListener
Parameters:
refreshPosition -


Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.