Uses of Class
info.bliki.wiki.filter.SectionHeader

Packages that use SectionHeader
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. 
 

Uses of SectionHeader in info.bliki.wiki.model
 

Methods in info.bliki.wiki.model that return types with arguments of type SectionHeader
 java.util.List<SectionHeader> ITableOfContent.getSectionHeaders()
          Get a list of the section headers (i.e.
 

Methods in info.bliki.wiki.model with parameters of type SectionHeader
protected  void AbstractWikiModel.addToTableOfContent(java.util.List<java.lang.Object> toc, SectionHeader strPair, int headLevel)
          Add a section header with the given headLevel to the "table of content"
 

Uses of SectionHeader in info.bliki.wiki.tags
 

Methods in info.bliki.wiki.tags that return types with arguments of type SectionHeader
 java.util.List<SectionHeader> TableOfContentTag.getSectionHeaders()
           
 



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