Uses of Interface
info.bliki.wiki.tags.util.IBodyTag

Packages that use IBodyTag
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 IBodyTag in info.bliki.wiki.tags
 

Classes in info.bliki.wiki.tags that implement IBodyTag
 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 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
 

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

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

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

Subinterfaces of IBodyTag in info.bliki.wiki.tags.util
 interface INoBodyParsingTag
          Interface that indicates, that a wiki tags content (i.e. body) shouldn't be parsed for other wiki tags
 



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