Uses of Interface
info.bliki.htmlcleaner.BaseToken

Packages that use BaseToken
info.bliki.html.wikipedia The ToWikipedia converter converts HTML source code to the wiki syntax
info.bliki.htmlcleaner Modified classes from the htmlcleaner.sourceforge.net/ project. 
info.bliki.htmlcleaner.util   
info.bliki.wiki.filter Contains different type of wikipedia scanners and parsers. 
info.bliki.wiki.model Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface. 
info.bliki.wiki.tags Contains the HTML tag classes which are created by the wikipedia parser and model. 
info.bliki.wiki.tags.extension   
info.bliki.wiki.tags.util Helper classes for creating the internal DOM. 
 

Uses of BaseToken in info.bliki.html.wikipedia
 

Methods in info.bliki.html.wikipedia that return BaseToken
 BaseToken AbstractHTMLTag.getFirstContent(java.util.List<java.lang.Object> children, java.lang.String tagName)
          Get the first ContentToken or TagNode with the given tagName.
 

Methods in info.bliki.html.wikipedia with parameters of type BaseToken
 void IHTMLToWiki.nodesToPlainText(BaseToken node, java.lang.StringBuilder plainText)
          Convert the given HTML node into plainText
 void AbstractHTMLToWiki.nodesToPlainText(BaseToken node, java.lang.StringBuilder plainText)
           
 void IHTMLToWiki.nodeToWiki(BaseToken node, java.lang.StringBuilder wikiText)
          Convert the given HTML node into a wikiText
 void AbstractHTMLToWiki.nodeToWiki(BaseToken node, java.lang.StringBuilder wikiText)
           
 

Uses of BaseToken in info.bliki.htmlcleaner
 

Classes in info.bliki.htmlcleaner that implement BaseToken
 class CommentToken
          HTML comment token.
 class ContentToken
          HTML text token.
 class DoctypeToken
          HTML doctype token.
 class EndTagToken
           HTML tag end token.
 class TagNode
           XML node node tag - it is produced during cleaning process when all start and end tokens are removed and replaced by instances of TagNode.
 class TagToken
           HTML tag token - descendants are start (TagNode) and end token (EndTagToken).
 

Methods in info.bliki.htmlcleaner with parameters of type BaseToken
 void TagNode.addItemForMoving(BaseToken item)
           
 

Uses of BaseToken in info.bliki.htmlcleaner.util
 

Methods in info.bliki.htmlcleaner.util with parameters of type BaseToken
protected  void AbstractHtmlExtractor.visitBaseToken(BaseToken node)
           
 

Uses of BaseToken in info.bliki.wiki.filter
 

Classes in info.bliki.wiki.filter that implement BaseToken
 class WPList
          Represents a Wikipedia list.
 class WPTable
          Represents a wiki table (i.e. table syntax bordered by {| ..... |} ).
 

Uses of BaseToken in info.bliki.wiki.model
 

Methods in info.bliki.wiki.model that return types with arguments of type BaseToken
 java.util.List<BaseToken> AbstractWikiModel.toNodeList(java.lang.String rawWikiText)
          Deprecated.  
 

Methods in info.bliki.wiki.model with parameters of type BaseToken
 void IWikiModel.append(BaseToken contentNode)
          Append the content as a child on the top node of the internal stack
 void AbstractWikiModel.append(BaseToken contentNode)
          Append the content as a child on the top node of the internal stack
 

Uses of BaseToken in info.bliki.wiki.tags
 

Classes in info.bliki.wiki.tags that implement BaseToken
 class ATag
           
 class BrTag
           
 class DdTag
           
 class DlTag
           
 class DtTag
           
 class HrTag
           
 class HTMLBlockTag
          A wiki tag that's partitioning the HTML document
 class HTMLEndTag
           
 class HTMLTag
           
 class MathTag
          Wiki tag rendering TeX math
 class NowikiTag
          Wiki tag for escaping the wiki syntax.
 class PreTag
          Wiki tag for the HTML pre Tag.
 class PTag
           
 class ReferencesTag
          Wiki tag for references <references /> See Footnotes
 class RefTag
          Wiki tag for references <ref>reference text...
 class SourceTag
          Allows source code to be syntax highlighted on the wiki pages.
 class TableOfContentTag
          Wiki tag for rendering the "table of contents" inside a wikipedia article
 class WPATag
           
 class WPBoldItalicTag
          A special Wikipedia tag (i.e. ==, ===, ''', '', ...)
 class WPParagraphTag
           
 class WPPreTag
          A wiki block starting with a space on each line, rendered with the HTML pre Tag
 class WPTag
          A special Wikipedia tag (i.e. ==, ===, ''', '', ...)
 

Uses of BaseToken in info.bliki.wiki.tags.extension
 

Classes in info.bliki.wiki.tags.extension that implement BaseToken
 class ChartTag
          Wiki tag for the Google Chart API
 

Uses of BaseToken in info.bliki.wiki.tags.util
 

Fields in info.bliki.wiki.tags.util with type parameters of type BaseToken
protected  java.util.ArrayList<BaseToken> TagStack.fNodeList
          List of generated HTML/Wiki tags.
 

Methods in info.bliki.wiki.tags.util that return types with arguments of type BaseToken
 java.util.List<BaseToken> TagStack.getNodeList()
          Return the internal list of nodes (size maybe 0)
 

Methods in info.bliki.wiki.tags.util with parameters of type BaseToken
 void TagStack.append(BaseToken contentNode)
           
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.