Uses of Class
info.bliki.wiki.tags.util.TagStack

Packages that use TagStack
info.bliki.wiki.filter   
info.bliki.wiki.model Model classes for rendering wikipedia texts to HTML, LaTeX 
info.bliki.wiki.tags.util   
 

Uses of TagStack in info.bliki.wiki.filter
 

Methods in info.bliki.wiki.filter that return TagStack
 TagStack WPListElement.getTagStack()
           
 TagStack WPCell.getTagStack()
           
static TagStack WikipediaParser.parseRecursive(java.lang.String rawWikitext, IWikiModel wikiModel, boolean createOnlyLocalStack, boolean noTOC)
          Call the parser on the subsequent recursion levels, where the subtexts (of templates, table cells, list items or image captions) don't contain a table of contents (TOC) Note: the wiki model doesn't call the setUp() or tearDown() methods for the subsequent recursive parser steps.
 

Uses of TagStack in info.bliki.wiki.model
 

Methods in info.bliki.wiki.model that return TagStack
 TagStack IWikiModel.swapStack(TagStack stack)
           
 TagStack AbstractWikiModel.swapStack(TagStack stack)
           
 

Methods in info.bliki.wiki.model with parameters of type TagStack
 void IWikiModel.appendStack(TagStack stack)
           
 void AbstractWikiModel.appendStack(TagStack stack)
           
 TagStack IWikiModel.swapStack(TagStack stack)
           
 TagStack AbstractWikiModel.swapStack(TagStack stack)
           
 

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

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