org.asciidoctor.ast
public class Document extends AbstractBlockImpl implements DocumentRuby
delegate, runtime| Constructor and Description |
|---|
Document(DocumentRuby documentRuby,
org.jruby.Ruby runtime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
basebackend(String backend) |
String |
doctitle() |
Object |
doctitle(Map<Object,Object> opts)
Get doc title
|
Map<String,Object> |
getAttributes() |
DocumentRuby |
getDocumentRuby() |
attributes, blocks, content, context, convert, delegate, document, findBy, id, role, style, titleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblocks, titlepublic Document(DocumentRuby documentRuby, org.jruby.Ruby runtime)
public DocumentRuby getDocumentRuby()
public Map<String,Object> getAttributes()
getAttributes in interface DocumentRubypublic boolean basebackend(String backend)
basebackend in interface DocumentRubypublic Object doctitle(Map<Object,Object> opts)
DocumentRubydoctitle in interface DocumentRubyTitlepublic String doctitle()
Copyright © 2014. All Rights Reserved.