Oxygen XML Editor 12.2 Author API

ro.sync.ecss.extensions.api.content
Interface RangeProcessor


public interface RangeProcessor

Used to receive call backs when processing a range from the document.

Since:
12.2

*********************************
EXPERIMENTAL - Subject to change
********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.


Method Summary
 void processRange(AuthorDocumentFragment fragment)
          Called from the AuthorDocumentController to process a fragment which was created from a specific range.
 

Method Detail

processRange

void processRange(AuthorDocumentFragment fragment)
                  throws AuthorOperationException,
                         javax.swing.text.BadLocationException
Called from the AuthorDocumentController to process a fragment which was created from a specific range.

Parameters:
fragment - The fragment which was created from a specific range. It will be merged back in the document.
Throws:
AuthorOperationException
javax.swing.text.BadLocationException

Oxygen XML Editor 12.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.