info.bliki.wiki.tags
Class HTMLTag
java.lang.Object
org.htmlcleaner.TagToken
org.htmlcleaner.TagNode
info.bliki.wiki.tags.HTMLTag
- All Implemented Interfaces:
- java.lang.Cloneable, BaseToken
- Direct Known Subclasses:
- ATag, HTMLBlockTag, IncludeonlyTag, NoincludeTag, NowikiTag, ReferencesTag, RefTag, SourceTag, TableOfContentTag, WPTag
public class HTMLTag
- extends TagNode
|
Constructor Summary |
HTMLTag(java.lang.String name)
|
|
Method Summary |
void |
appendAttributes(java.lang.Appendable buf,
java.util.Map<java.lang.String,java.lang.String> tagAtttributes)
|
static void |
appendEscapedAttributes(java.lang.Appendable buf,
java.util.Map<java.lang.String,java.lang.String> tagAtttributes)
|
static void |
appendUnescapedAttributes(java.lang.Appendable buf,
java.util.Map<java.lang.String,java.lang.String> tagAtttributes)
|
java.lang.String |
getBodyString()
|
void |
renderHTML(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel model)
|
void |
renderHTMLWithoutTag(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel model)
|
void |
renderLaTeX(ITextConverter converter,
java.lang.Appendable _out,
IWikiModel model)
|
void |
setTemplate(boolean isTemplate)
|
| Methods inherited from class org.htmlcleaner.TagNode |
addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, clone, getAttributes, getChildren, getItemsToMove, getObjectAttributes, getParent, getParents, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParent |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NEW_LINES
public static final boolean NEW_LINES
- See Also:
- Constant Field Values
HTMLTag
public HTMLTag(java.lang.String name)
renderHTML
public void renderHTML(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel model)
throws java.io.IOException
- Throws:
java.io.IOException
renderHTMLWithoutTag
public void renderHTMLWithoutTag(ITextConverter converter,
java.lang.Appendable buf,
IWikiModel model)
throws java.io.IOException
- Throws:
java.io.IOException
renderLaTeX
public void renderLaTeX(ITextConverter converter,
java.lang.Appendable _out,
IWikiModel model)
throws java.io.IOException
- Throws:
java.io.IOException
getBodyString
public java.lang.String getBodyString()
setTemplate
public void setTemplate(boolean isTemplate)
appendAttributes
public void appendAttributes(java.lang.Appendable buf,
java.util.Map<java.lang.String,java.lang.String> tagAtttributes)
throws java.io.IOException
- Throws:
java.io.IOException
appendEscapedAttributes
public static void appendEscapedAttributes(java.lang.Appendable buf,
java.util.Map<java.lang.String,java.lang.String> tagAtttributes)
throws java.io.IOException
- Throws:
java.io.IOException
appendUnescapedAttributes
public static void appendUnescapedAttributes(java.lang.Appendable buf,
java.util.Map<java.lang.String,java.lang.String> tagAtttributes)
throws java.io.IOException
- Throws:
java.io.IOException