Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.webengine.sites.utils
Class WordExtractor

java.lang.Object
  extended by org.wikimodel.wem.PrintTextListener
      extended by org.wikimodel.wem.PrintInlineListener
          extended by org.wikimodel.wem.PrintListener
              extended by org.nuxeo.webengine.sites.utils.WordExtractor
All Implemented Interfaces:
org.wikimodel.wem.IWemListener

public class WordExtractor
extends org.wikimodel.wem.PrintListener


Constructor Summary
WordExtractor(StringBuffer collector)
           
 
Method Summary
 void onEmptyLines(int count)
           
 void onNewLine()
           
 void onSpace(String str)
           
 void onSpecialSymbol(String str)
           
 void onWord(String str)
           
 
Methods inherited from class org.wikimodel.wem.PrintListener
beginDefinitionDescription, beginDefinitionList, beginDefinitionTerm, beginDocument, beginHeader, beginInfoBlock, beginList, beginListItem, beginParagraph, beginPropertyBlock, beginQuotation, beginQuotationLine, beginTable, beginTableCell, beginTableRow, endDefinitionDescription, endDefinitionList, endDefinitionTerm, endDocument, endHeader, endInfoBlock, endList, endListItem, endParagraph, endPropertyBlock, endQuotation, endQuotationLine, endTable, endTableCell, endTableRow, onExtensionBlock, onHorizontalLine, onMacroBlock, onMacroInline, onTableCaption, onVerbatimBlock
 
Methods inherited from class org.wikimodel.wem.PrintInlineListener
beginFormat, beginPropertyInline, endFormat, endPropertyInline, onEscape, onExtensionInline, onLineBreak, onVerbatimInline
 
Methods inherited from class org.wikimodel.wem.PrintTextListener
onReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordExtractor

public WordExtractor(StringBuffer collector)
Method Detail

onWord

public void onWord(String str)
Specified by:
onWord in interface org.wikimodel.wem.IWemListener
Overrides:
onWord in class org.wikimodel.wem.PrintTextListener

onSpecialSymbol

public void onSpecialSymbol(String str)
Specified by:
onSpecialSymbol in interface org.wikimodel.wem.IWemListener
Overrides:
onSpecialSymbol in class org.wikimodel.wem.PrintInlineListener

onSpace

public void onSpace(String str)
Specified by:
onSpace in interface org.wikimodel.wem.IWemListener
Overrides:
onSpace in class org.wikimodel.wem.PrintTextListener

onEmptyLines

public void onEmptyLines(int count)
Specified by:
onEmptyLines in interface org.wikimodel.wem.IWemListener
Overrides:
onEmptyLines in class org.wikimodel.wem.PrintListener

onNewLine

public void onNewLine()
Specified by:
onNewLine in interface org.wikimodel.wem.IWemListener
Overrides:
onNewLine in class org.wikimodel.wem.PrintTextListener

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.