| Package | Description |
|---|---|
| com.io7m.kstructural.frontend |
Frontend API
|
| Modifier and Type | Class and Description |
|---|---|
class |
KSOpCheck
The document checking operation.
|
class |
KSOpCompileLaTeX
An operation that compiles a document to LaTeX.
|
class |
KSOpCompilePlain
An operation that compiles a document to plain text.
|
class |
KSOpCompileXHTML
An operation that compiles a document to XHTML.
|
class |
KSOpConvert
An operation that converts documents.
|
| Modifier and Type | Method and Description |
|---|---|
static KSOpType |
KSOpCheck.create(Path p) |
static KSOpType |
KSOpConvert.create(Path in_path,
Path in_output_path,
KSInputFormat in_output_format,
boolean in_reconstruct_imports,
int in_indent,
int in_width) |
static KSOpType |
KSOpCompileLaTeX.create(Path in_path,
Path in_output_path,
KSLaTeXSettings in_settings)
Construct a new operation.
|
static KSOpType |
KSOpCompilePlain.create(Path in_path,
Path in_output_path,
KSPlainSettings in_settings)
Construct a new operation.
|
static KSOpType |
KSOpCompileXHTML.create(Path in_path,
Path in_output_path,
KSXOMSettings in_settings,
KSOpCompileXHTML.XHTMLPagination in_pagination,
boolean in_css_create_default)
Construct a new operation.
|
Copyright © 2016 <code@io7m.com> http://io7m.com