info.bliki.html.wikipedia
Class PreTag
java.lang.Object
info.bliki.html.wikipedia.AbstractHTMLTag
info.bliki.html.wikipedia.OpenCloseTag
info.bliki.html.wikipedia.PreTag
- All Implemented Interfaces:
- HTMLTag
public class PreTag
- extends OpenCloseTag
Method Summary |
void |
close(TagNode node,
java.lang.StringBuilder resultBuffer)
Write the closing wiki syntax for this tag to the result buffer |
void |
content(AbstractHTMLToWiki w,
TagNode node,
java.lang.StringBuilder resultBuffer,
boolean showWithoutTag)
Convert the current HTML node into wiki text. |
void |
open(TagNode node,
java.lang.StringBuilder resultBuffer)
Write the opening wiki syntax for this tag to the result buffer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRE_OPEN
protected static final java.lang.String PRE_OPEN
- See Also:
- Constant Field Values
PRE_CLOSE
protected static final java.lang.String PRE_CLOSE
- See Also:
- Constant Field Values
SOURCE_OPEN
protected static final java.lang.String SOURCE_OPEN
- See Also:
- Constant Field Values
SOURCE_CLOSE
protected static final java.lang.String SOURCE_CLOSE
- See Also:
- Constant Field Values
PreTag
public PreTag()
open
public void open(TagNode node,
java.lang.StringBuilder resultBuffer)
- Description copied from interface:
HTMLTag
- Write the opening wiki syntax for this tag to the result buffer
- Specified by:
open
in interface HTMLTag
- Overrides:
open
in class OpenCloseTag
- See Also:
HTMLTag.close(TagNode, StringBuilder)
close
public void close(TagNode node,
java.lang.StringBuilder resultBuffer)
- Description copied from interface:
HTMLTag
- Write the closing wiki syntax for this tag to the result buffer
- Specified by:
close
in interface HTMLTag
- Overrides:
close
in class OpenCloseTag
- See Also:
HTMLTag.open(TagNode, StringBuilder)
content
public void content(AbstractHTMLToWiki w,
TagNode node,
java.lang.StringBuilder resultBuffer,
boolean showWithoutTag)
- Description copied from interface:
HTMLTag
- Convert the current HTML node into wiki text.
- Specified by:
content
in interface HTMLTag
- Overrides:
content
in class OpenCloseTag
- Parameters:
w
- the converter which contains the special wiki tag conversion
rules.node
- the current HTML node which should be converted to HTMLresultBuffer
- the resulting HTML buffershowWithoutTag
- if true
don't call the open() and close() method for
this tag
Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.