org.xerial.wiki
Interface WikiContext


public interface WikiContext

WikiContest is passed to every plug-in so as to tell the information of currently evaluating Wiki

Author:
leo

Method Summary
 int getCharPositionInLine()
          Gets the character position in the current line
 WikiNode getContextWikiNode()
          Gets the current context WikiNode
 int getLine()
          Gets the current line position
 String getWikiSource()
          Gets the source of the wiki
 

Method Detail

getWikiSource

String getWikiSource()
Gets the source of the wiki

Returns:

getLine

int getLine()
Gets the current line position

Returns:

getCharPositionInLine

int getCharPositionInLine()
Gets the character position in the current line

Returns:

getContextWikiNode

WikiNode getContextWikiNode()
Gets the current context WikiNode

Returns:
the current WikiNode


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.