|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gate.wiki.antlr.NOPTarget gate.wiki.antlr.LaTeXTarget
public class LaTeXTarget
Field Summary |
---|
Fields inherited from class gate.wiki.antlr.NOPTarget |
---|
lastCommand, out |
Constructor Summary | |
---|---|
LaTeXTarget()
|
|
LaTeXTarget(Writer out)
|
Method Summary | |
---|---|
void |
anchor(String name)
|
protected String |
angleBracketsEscape(String q)
|
void |
begin_ol(int level)
|
void |
begin_table()
|
void |
begin_ul(int level)
|
void |
begin()
insert head.html if found |
String |
beginBF()
|
String |
beginEM()
|
void |
beginListItem(int level)
|
void |
beginSection(String title,
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 |
cite(YAMContext context,
Vector args)
Former plugins |
void |
code(String c)
|
void |
col()
|
void |
contents()
|
void |
end_ol(int level)
|
void |
end_table()
|
void |
end_ul(int level)
|
void |
end()
insert tail.html if found |
String |
endBF()
|
String |
endEM()
|
void |
endListItem(int level)
|
String |
endTT()
|
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 |
hr()
|
void |
image(YAMContext context,
Vector args)
Former plugins were turned into methods |
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 |
protected void |
write(String s)
|
Methods inherited from class gate.wiki.antlr.NOPTarget |
---|
beginSectionList, c, date, delete, endSection, endSectionList, getLastOutputCommand, include, wikilink, writeln |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaTeXTarget()
public LaTeXTarget(Writer out)
Method Detail |
---|
public String getTargetLanguage()
YAMTarget
getTargetLanguage
in interface YAMTarget
getTargetLanguage
in class NOPTarget
protected void write(String s)
write
in class NOPTarget
public void begin()
begin
in interface YAMTarget
begin
in class NOPTarget
public void end()
end
in interface YAMTarget
end
in class NOPTarget
protected String extractLastCommand(String text)
NOPTarget
extractLastCommand
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 anchor(String name)
anchor
in interface YAMTarget
anchor
in class NOPTarget
public void title(String title)
title
in interface YAMTarget
title
in class NOPTarget
public void beginSection(String title, int level)
beginSection
in interface YAMTarget
beginSection
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
protected String angleBracketsEscape(String q)
public void hr()
hr
in interface YAMTarget
hr
in class NOPTarget
public String beginEM()
beginEM
in interface YAMTarget
beginEM
in class NOPTarget
public String endEM()
endEM
in interface YAMTarget
endEM
in class NOPTarget
public String beginTT()
beginTT
in interface YAMTarget
beginTT
in class NOPTarget
public String endTT()
endTT
in interface YAMTarget
endTT
in class NOPTarget
public String beginBF()
beginBF
in interface YAMTarget
beginBF
in class NOPTarget
public String endBF()
endBF
in interface YAMTarget
endBF
in class NOPTarget
public void longdash()
longdash
in interface YAMTarget
longdash
in class NOPTarget
public void contents()
contents
in interface YAMTarget
contents
in class NOPTarget
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 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 | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |