Uses of Class
net.sf.xslthl.Block

Uses of Block in net.sf.xslthl
 

Subclasses of Block in net.sf.xslthl
 class StyledBlock
          A block with a style
 

Methods in net.sf.xslthl that return Block
 Block CharIter.markedToBlock()
           
 Block CharIter.markedToStyledBlock(java.lang.String styleName)
          Create a style block, unless the stylename is equale to
 

Methods in net.sf.xslthl that return types with arguments of type Block
 java.util.List<Block> MainHighlighter.highlight(java.lang.String source)
          Convert the input string into a collection of text blocks
 

Method parameters in net.sf.xslthl with type arguments of type Block
abstract  boolean Highlighter.highlight(CharIter in, java.util.List<Block> out)
          Perform highlighting on the current token stream.