org.asciidoctor.internal
Interface Document


public interface Document


Method Summary
 String doctitle()
           
 Map<String,Object> getAttributes()
           
 String title()
           
 

Method Detail

doctitle

String doctitle()
Returns:
document title.

title

String title()
Returns:
page title

getAttributes

Map<String,Object> getAttributes()
Returns:
attributes defined in document


Copyright © 2013. All Rights Reserved.