Uses of Class
net.sf.xslthl.Block

Packages that use Block
net.sf.xslthl   
net.sf.xslthl.highlighters   
 

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(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
 List<Block> MainHighlighter.highlight(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, List<Block> out)
          Perform highlighting on the current token stream.
 

Uses of Block in net.sf.xslthl.highlighters
 

Method parameters in net.sf.xslthl.highlighters with type arguments of type Block
 boolean XMLHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean WordHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean StringHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean RegexHighlighterEx.highlight(CharIter in, List<Block> out)
           
 boolean OnelineCommentHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean NumberHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean NestedMultilineCommentHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean MultilineCommentHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean KeywordsHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean HTMLHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean HeredocHighlighter.highlight(CharIter in, List<Block> out)
           
 boolean AnnotationHighlighter.highlight(CharIter in, List<Block> out)
           
 



Copyright © 2005-2014. All Rights Reserved.