| Package | Description |
|---|---|
| org.asciidoctor | |
| org.asciidoctor.ast | |
| org.asciidoctor.internal |
| Modifier and Type | Method and Description |
|---|---|
StructuredDocument |
Asciidoctor.readDocumentStructure(File filename,
Map<String,Object> options)
Reads and creates structured document containing header and content chunks.
|
StructuredDocument |
Asciidoctor.readDocumentStructure(Reader contentReader,
Map<String,Object> options)
Reads and creates structured document containing header and content chunks.
|
StructuredDocument |
Asciidoctor.readDocumentStructure(String content,
Map<String,Object> options)
Reads and creates structured document containing header and content chunks.
|
| Modifier and Type | Method and Description |
|---|---|
static StructuredDocument |
StructuredDocument.createStructuredDocument(DocumentHeader header,
List<ContentPart> parts) |
| Modifier and Type | Method and Description |
|---|---|
StructuredDocument |
JRubyAsciidoctor.readDocumentStructure(File filename,
Map<String,Object> options) |
StructuredDocument |
JRubyAsciidoctor.readDocumentStructure(Reader contentReader,
Map<String,Object> options) |
StructuredDocument |
JRubyAsciidoctor.readDocumentStructure(String content,
Map<String,Object> options) |
Copyright © 2014. All Rights Reserved.