Oxygen XML Editor 12.2 Author API

ro.sync.ecss.extensions.api.filter
Interface AuthorFilteredContent

All Superinterfaces:
java.lang.CharSequence

public interface AuthorFilteredContent
extends java.lang.CharSequence

The char sequence representing the filtered Author content.
The content represents the entire text content of the Author page + additional markers/sentinels at offsets which are pointed to by the AuthorNodes. Each AuthorNode points to specific start and end character markers in the content. The start and end offsets pointed to by the AuthorNode can be retrieved using the AuthorNode.getStartOffset() and AuthorNode.getEndOffset()

Since:
12.1

*********************************
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
 int getOriginalOffset(int filteredOffset)
          Get the original offset corresponding to the given filtered offset.
 
Methods inherited from interface java.lang.CharSequence
charAt, length, subSequence, toString
 

Method Detail

getOriginalOffset

int getOriginalOffset(int filteredOffset)
Get the original offset corresponding to the given filtered offset.

Parameters:
filteredOffset - The filtered offset.
Returns:
The original offset corresponding to the filtered offset.

Oxygen XML Editor 12.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.