writer2latex.xhtml
public class Converter extends ConverterBase
This class converts an OpenDocument file to an XHTML(+MathML) document<.
Field Summary | |
---|---|
protected int | nType |
Constructor Summary | |
---|---|
Converter(int nType) |
Method Summary | |
---|---|
void | addTarget(Element node, String sId) |
void | changeOutFile(int nIndex) |
void | convertInner() |
protected Element | createElement(String s) |
Element | createLink(String sId) |
Element | createLink(Element onode) |
Element | createTarget(String sId) |
protected Text | createTextNode(String s) |
protected DrawConverter | getDrawCv() |
protected MathConverter | getMathCv() |
protected int | getOutFileIndex() |
protected StyleConverter | getStyleCv() |
protected TableConverter | getTableCv() |
protected TextConverter | getTextCv() |
protected int | getType() |
void | handleOfficeAnnotation(Node onode, Node hnode) |
protected Node | importNode(Node node, boolean bDeep) |
Element | nextOutFile() |
boolean | outFileHasContent() |
void | readTemplate(InputStream is) |