org.asciidoctor.internal
public class Document extends Object implements DocumentRuby
| Constructor and Description |
|---|
Document(DocumentRuby documentRuby,
org.jruby.Ruby rubyRuntime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
basebackend(String backend) |
List<Block> |
blocks() |
String |
doctitle() |
Map<String,Object> |
getAttributes() |
DocumentRuby |
getDocumentRuby() |
String |
title() |
public Document(DocumentRuby documentRuby, org.jruby.Ruby rubyRuntime)
public DocumentRuby getDocumentRuby()
public String doctitle()
doctitle in interface DocumentRubypublic String title()
title in interface DocumentRubypublic Map<String,Object> getAttributes()
getAttributes in interface DocumentRubypublic boolean basebackend(String backend)
basebackend in interface DocumentRubypublic List<Block> blocks()
blocks in interface DocumentRubyCopyright © 2013. All Rights Reserved.