Uses of Class
info.bliki.htmlcleaner.TagNode

Packages that use TagNode
info.bliki.html.googlecode The ToGoogleCode converter converts HTML to the Google code project hosting wiki syntax
info.bliki.html.jspwiki The ToJSPWiki converter converts HTML to the JSPWiki wiki syntax
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   
 

Uses of TagNode in info.bliki.html.googlecode
 

Methods in info.bliki.html.googlecode with parameters of type TagNode
 void TrGCTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void ThGCTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void TdGCTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void TableGCTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void ListGCTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 java.util.List<java.lang.String> ListGCTag.getListLines(java.lang.String listChar, AbstractHTMLToWiki w, TagNode listNode)
           
 void TrGCTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void ThGCTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void TdGCTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 

Uses of TagNode in info.bliki.html.jspwiki
 

Methods in info.bliki.html.jspwiki with parameters of type TagNode
 void TrJSPWikiTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void ThJSPWikiTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void TdJSPWikiTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 

Uses of TagNode in info.bliki.html.wikipedia
 

Methods in info.bliki.html.wikipedia with parameters of type TagNode
 void TableTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void PreTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void OpenCloseTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void NoOutputTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void HTMLTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
          Write the closing wiki syntax for this tag to the result buffer
 void ATag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void AbstractHTMLTag.close(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void PreTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void OpenCloseTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void NoOutputTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void ListTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void ImgTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void HTMLTag.content(AbstractHTMLToWiki html2WikiConverter, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
          Convert the current HTML node into wiki text.
 void FontTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void ATag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void AbstractHTMLTag.content(AbstractHTMLToWiki w, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void HTMLTag.emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
          Convert the current HTML node, which has no children nodes into wiki text.
 void ConvertEmptyHTMLTag.emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 void AbstractHTMLTag.emptyContent(AbstractHTMLToWiki html2WikiConverter, TagNode node, java.lang.StringBuilder resultBuffer, boolean showWithoutTag)
           
 java.util.List<java.lang.String> ListTag.getListLines(java.lang.String listChar, AbstractHTMLToWiki w, TagNode listNode)
           
 void TrTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void ThTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void TdTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void TableTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void PreTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void OpenCloseTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void OpenCloseHTMLTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void NoOutputTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void HTMLTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
          Write the opening wiki syntax for this tag to the result buffer
 void FontTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void CaptionTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void ATag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 void AbstractHTMLTag.open(TagNode node, java.lang.StringBuilder resultBuffer)
           
 

Uses of TagNode in info.bliki.htmlcleaner
 

Methods in info.bliki.htmlcleaner that return TagNode
 TagNode HtmlCleaner.getBodyNode()
           
 TagNode TagNode.getParent()
           
 TagNode TagNode.makeCopy()
           
 

Methods in info.bliki.htmlcleaner with parameters of type TagNode
protected  void XmlSerializer.createXml(TagNode tagNode)
           
protected  boolean XmlSerializer.dontEscape(TagNode tagNode)
           
protected  boolean XmlSerializer.isScriptOrStyle(TagNode tagNode)
           
protected abstract  void XmlSerializer.serialize(TagNode tagNode)
           
protected  void SimpleXmlSerializer.serialize(TagNode tagNode)
           
protected  void PrettyXmlSerializer.serialize(TagNode tagNode)
           
protected  void CompactXmlSerializer.serialize(TagNode tagNode)
           
protected  void XmlSerializer.serializeEndTag(TagNode tagNode)
           
protected  void XmlSerializer.serializeEndTag(TagNode tagNode, boolean newLine)
           
protected  void XmlSerializer.serializeOpenTag(TagNode tagNode)
           
protected  void XmlSerializer.serializeOpenTag(TagNode tagNode, boolean newLine)
           
protected  void PrettyXmlSerializer.serializePrettyXml(TagNode tagNode, int level)
           
 void HtmlCleaner.setBodyNode(TagNode bodyNode)
           
 void TagNode.setParent(TagNode parent)
           
 

Uses of TagNode in info.bliki.htmlcleaner.util
 

Methods in info.bliki.htmlcleaner.util with parameters of type TagNode
 boolean HtmlFormExtractor.isFound(TagNode tagNode)
           
 boolean DivErrorboxExtractor.isFound(TagNode tagNode)
           
protected abstract  boolean AbstractHtmlExtractor.isFound(TagNode tagNode)
          Append the content of the given TagNode to the resultObject
 

Uses of TagNode in info.bliki.wiki.filter
 

Subclasses of TagNode in info.bliki.wiki.filter
 class WPList
          Represents a Wikipedia list.
 class WPTable
          Represents a wiki table (i.e. table syntax bordered by {| ..... |} ).
 

Methods in info.bliki.wiki.filter with parameters of type TagNode
static NodeAttribute Util.addAttributes(TagNode node, java.lang.String attributesString)
          Scan the attributes string and add the attributes to the given node
 void PlainTextConverter.imageNodeToText(TagNode imageTagNode, ImageFormat imageFormat, java.lang.Appendable resultBuffer, IWikiModel model)
           
 void ITextConverter.imageNodeToText(TagNode imageTagNode, ImageFormat imageFormat, java.lang.Appendable resultBuffer, IWikiModel model)
          Convert the imageTagNode into a given HTML string buffer
 void HTMLConverter.imageNodeToText(TagNode imageTagNode, ImageFormat imageFormat, java.lang.Appendable resultBuffer, IWikiModel model)
           
protected  void HTMLConverter.nodeToHTML(TagNode node, java.lang.Appendable resultBuffer, IWikiModel model)
           
 

Uses of TagNode in info.bliki.wiki.model
 

Methods in info.bliki.wiki.model that return TagNode
 TagNode AbstractWikiModel.appendToCAnchor(java.lang.String anchor)
          
 

Uses of TagNode in info.bliki.wiki.tags
 

Subclasses of TagNode in info.bliki.wiki.tags
 class ATag
           
 class DdTag
           
 class DlTag
           
 class DtTag
           
 class HTMLBlockTag
          A wiki tag that's partitioning the HTML document
 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 TagNode in info.bliki.wiki.tags.extension
 

Subclasses of TagNode in info.bliki.wiki.tags.extension
 class ChartTag
          Wiki tag for the Google Chart API
 



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