gzz.index
Interface IndexedVStreamCellTexter

All Superinterfaces:
CellTexter, VStreamCellTexter
All Known Implementing Classes:
SimpleVStreamTexter

public interface IndexedVStreamCellTexter
extends VStreamCellTexter

A cell texter that can be queried for links and transclusions.


Method Summary
 Index getEnfiladeOverlap()
          Get an Index that, passed an enfilade or span, returns all cells whose span content overlaps with the passed enfilade or span.
 XuIndexer getXuIndexer()
          Get the index of links in this space.
 
Methods inherited from interface gzz.VStreamCellTexter
getEnfilade, getText, setEnfilade, setText, startEnfiladeAligner
 
Methods inherited from interface gzz.CellTexter
copyText, deleteText, getCellsWithContent, insertText, moveText
 

Method Detail

getEnfiladeOverlap

public Index getEnfiladeOverlap()
Get an Index that, passed an enfilade or span, returns all cells whose span content overlaps with the passed enfilade or span.


getXuIndexer

public XuIndexer getXuIndexer()
Get the index of links in this space.