|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gate.wiki.antlr.NOPTarget gate.wiki.antlr.LoutTarget
public class LoutTarget
Field Summary | |
---|---|
protected boolean |
generateSlides
|
Fields inherited from class gate.wiki.antlr.NOPTarget |
---|
lastCommand, out |
Constructor Summary | |
---|---|
LoutTarget()
|
|
LoutTarget(String args)
|
|
LoutTarget(Writer out)
|
Method Summary | |
---|---|
void |
begin_ol(int level)
|
void |
begin_table()
|
void |
begin_ul(int level)
|
void |
begin()
insert head.html if found |
void |
beginListItem(int level)
|
void |
beginSection(String title,
int level)
|
void |
beginSectionList(int level)
|
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 |
end_ol(int level)
|
void |
end_table()
|
void |
end_ul(int level)
|
void |
end()
insert tail.hYAM if found |
void |
endListItem(int level)
|
void |
endSection(int level)
|
void |
endSectionList(int level)
|
void |
eps(YAMContext context,
Vector args)
|
protected String |
extractLastCommand(String text)
Subclasses should implement this; i.e., pull out <... |
void |
footnote(YAMContext context,
Vector args)
|
String |
getTargetLanguage()
Typically "HTML", or "Lout" |
void |
image(YAMContext context,
Vector args)
Former plugins |
boolean |
isGeneratingSlides()
|
void |
italic(String t)
|
void |
linebreak()
They want a new line in a paragraph |
void |
link(String url,
String title)
|
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 |
Methods inherited from class gate.wiki.antlr.NOPTarget |
---|
anchor, beginBF, beginEM, beginTT, contents, date, delete, endBF, endEM, endTT, getLastOutputCommand, hr, include, longdash, wikilink, write, writeln |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean generateSlides
Constructor Detail |
---|
public LoutTarget()
public LoutTarget(String args)
public LoutTarget(Writer out)
Method Detail |
---|
public String getTargetLanguage()
YAMTarget
getTargetLanguage
in interface YAMTarget
getTargetLanguage
in class NOPTarget
protected String extractLastCommand(String text)
NOPTarget
extractLastCommand
in class NOPTarget
public void begin()
NOPTarget
begin
in interface YAMTarget
begin
in class NOPTarget
public void end()
end
in interface YAMTarget
end
in class NOPTarget
public void text(String t)
text
in interface YAMTarget
text
in class NOPTarget
public void bold(String t)
bold
in interface YAMTarget
bold
in class NOPTarget
public void italic(String t)
italic
in interface YAMTarget
italic
in class NOPTarget
public void tt(String t)
tt
in interface YAMTarget
tt
in class NOPTarget
public void beginListItem(int level)
beginListItem
in interface YAMTarget
beginListItem
in class NOPTarget
public void endListItem(int level)
endListItem
in interface YAMTarget
endListItem
in class NOPTarget
public void begin_ul(int level)
begin_ul
in interface YAMTarget
begin_ul
in class NOPTarget
public void end_ul(int level)
end_ul
in interface YAMTarget
end_ul
in class NOPTarget
public void begin_ol(int level)
begin_ol
in interface YAMTarget
begin_ol
in class NOPTarget
public void end_ol(int level)
end_ol
in interface YAMTarget
end_ol
in class NOPTarget
public void paragraph()
paragraph
in interface YAMTarget
paragraph
in class NOPTarget
public void linebreak()
YAMTarget
linebreak
in interface YAMTarget
linebreak
in class NOPTarget
public void blankline()
YAMTarget
blankline
in interface YAMTarget
blankline
in class NOPTarget
public void code(String c)
code
in interface YAMTarget
code
in class NOPTarget
public void verbatim(String rawOutput)
YAMTarget
verbatim
in interface YAMTarget
verbatim
in class NOPTarget
public void blockquote(String q)
blockquote
in interface YAMTarget
blockquote
in class NOPTarget
public void link(String url, String title)
link
in interface YAMTarget
link
in class NOPTarget
public void title(String title)
title
in interface YAMTarget
title
in class NOPTarget
public void beginSectionList(int level)
beginSectionList
in interface YAMTarget
beginSectionList
in class NOPTarget
public void endSectionList(int level)
endSectionList
in interface YAMTarget
endSectionList
in class NOPTarget
public void beginSection(String title, int level)
beginSection
in interface YAMTarget
beginSection
in class NOPTarget
public void endSection(int level)
endSection
in interface YAMTarget
endSection
in class NOPTarget
public void begin_table()
begin_table
in interface YAMTarget
begin_table
in class NOPTarget
public void end_table()
end_table
in interface YAMTarget
end_table
in class NOPTarget
public void col()
col
in interface YAMTarget
col
in class NOPTarget
public void row()
row
in interface YAMTarget
row
in class NOPTarget
public boolean isGeneratingSlides()
public void image(YAMContext context, Vector args)
image
in interface YAMTarget
image
in class NOPTarget
public void cite(YAMContext context, Vector args)
YAMTarget
cite
in interface YAMTarget
cite
in class NOPTarget
public void box(YAMContext context, Vector args)
box
in interface YAMTarget
box
in class NOPTarget
public void c(YAMContext context, Vector args)
c
in interface YAMTarget
c
in class NOPTarget
public void eps(YAMContext context, Vector args)
eps
in interface YAMTarget
eps
in class NOPTarget
public void footnote(YAMContext context, Vector args)
footnote
in interface YAMTarget
footnote
in class NOPTarget
public void notes(YAMContext context, Vector args)
notes
in interface YAMTarget
notes
in class NOPTarget
public void syndiag(YAMContext context, Vector args)
syndiag
in interface YAMTarget
syndiag
in class NOPTarget
public void tree(YAMContext context, Vector args)
tree
in interface YAMTarget
tree
in class NOPTarget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |