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

Packages that use TagStack
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.util Helper classes for creating the internal DOM. 
 

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.
 TagStack AbstractParser.parseRecursiveInternal(IWikiModel wikiModel, boolean createOnlyLocalStack, boolean noTOC)
           
 

Uses of TagStack in info.bliki.wiki.model
 

Fields in info.bliki.wiki.model declared as TagStack
protected  TagStack AbstractWikiModel.fTagStack
           
 

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)
          Append the given tag stack to the current tag stack of the model.
 void AbstractWikiModel.appendStack(TagStack stack)
          Append the given tag stack to the current tag stack of the model.
 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)
           
 



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