Top Description Methods
com.sun.xml.internal.stream

public Interface XMLBufferListener

Known Direct Implementers
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl, com.sun.org.apache.xerces.internal.util.XMLAttributesImpl

XMLBufferListerner should be implemented by classes which wish to receive call backs from XMLEntityReader.
Authors
k venugopal,, Neeraj bajaj

Method Summary

Modifier and TypeMethod and Description
public void
refresh()

Will be invoked by XMLEntityReader before it tries to resize,load new data into current ScannedEntities buffer.

public void
refresh(int loadPosition)

receives callbacks from XMLEntityReader when buffer is being changed.

Method Detail

refreshback to summary
public void refresh()

Will be invoked by XMLEntityReader before it tries to resize,load new data into current ScannedEntities buffer.

refreshback to summary
public void refresh(int loadPosition)

receives callbacks from XMLEntityReader when buffer is being changed.