|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface YAMTarget
Method Summary | |
---|---|
void |
anchor(String name)
|
void |
begin_ol(int level)
|
void |
begin_table()
|
void |
begin_ul(int level)
|
void |
begin()
Called before text read |
String |
beginBF()
|
String |
beginEM()
|
void |
beginListItem(int level)
|
void |
beginSection(String title,
int level)
|
void |
beginSectionList(int level)
|
String |
beginTT()
|
void |
blankline()
They want a blank line without signaling a new paragraph. |
void |
blockquote(String q)
|
void |
bold(String t)
|
void |
box(YAMContext context,
Vector args)
|
void |
c(YAMContext context,
Vector args)
|
void |
cite(YAMContext context,
Vector args)
Former plugins |
void |
code(String c)
|
void |
col()
|
void |
contents()
|
void |
date(YAMContext context,
Vector args)
|
void |
delete(YAMContext context,
Vector args)
|
void |
end_ol(int level)
|
void |
end_table()
|
void |
end_ul(int level)
|
void |
end()
Called after all text read and translated |
String |
endBF()
|
String |
endEM()
|
void |
endListItem(int level)
|
void |
endSection(int level)
|
void |
endSectionList(int level)
|
String |
endTT()
|
void |
eps(YAMContext context,
Vector args)
|
void |
footnote(YAMContext context,
Vector args)
|
String |
getTargetLanguage()
Typically "HTML", or "Lout" |
void |
hr()
|
void |
image(YAMContext context,
Vector args)
|
void |
include(YAMContext context,
Vector args)
|
void |
italic(String t)
|
void |
linebreak()
They want a new line in a paragraph |
void |
link(String url,
String title)
|
void |
longdash()
|
void |
notes(YAMContext context,
Vector args)
|
void |
paragraph()
|
void |
row()
|
void |
syndiag(YAMContext context,
Vector args)
|
void |
text(String t)
|
void |
title(String title)
|
void |
tree(YAMContext context,
Vector args)
|
void |
tt(String t)
|
void |
verbatim(String rawOutput)
Assume rawOutput is in output language and just dump |
void |
wikilink(String url,
String title)
|
Method Detail |
---|
String getTargetLanguage()
void begin()
void end()
void text(String t)
void bold(String t)
void italic(String t)
void tt(String t)
void beginListItem(int level)
void endListItem(int level)
void begin_ul(int level)
void begin_ol(int level)
void end_ul(int level)
void end_ol(int level)
void paragraph()
void linebreak()
void blankline()
void code(String c)
void verbatim(String rawOutput)
void blockquote(String q)
void link(String url, String title)
void anchor(String name)
void title(String title)
void beginSection(String title, int level)
void endSection(int level)
void beginSectionList(int level)
void endSectionList(int level)
void col()
void row()
void hr()
void begin_table()
void end_table()
String beginEM()
String endEM()
String beginTT()
String endTT()
String beginBF()
String endBF()
void longdash()
void contents()
void wikilink(String url, String title)
void cite(YAMContext context, Vector args)
void image(YAMContext context, Vector args)
void notes(YAMContext context, Vector args)
void box(YAMContext context, Vector args)
void c(YAMContext context, Vector args)
void date(YAMContext context, Vector args)
void delete(YAMContext context, Vector args)
void eps(YAMContext context, Vector args)
void footnote(YAMContext context, Vector args)
void include(YAMContext context, Vector args)
void syndiag(YAMContext context, Vector args)
void tree(YAMContext context, Vector args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |