org.asciidoctor.internal
Interface AsciidoctorModule


public interface AsciidoctorModule


Method Summary
 Document load_file(String filename, Map<String,Object> options)
           
 Document load(String content, Map<String,Object> options)
           
 Object render_file(String filename, Map<String,Object> options)
           
 Object render(String content, Map<String,Object> options)
           
 

Method Detail

render

Object render(String content,
              Map<String,Object> options)

render_file

Object render_file(String filename,
                   Map<String,Object> options)

load_file

Document load_file(String filename,
                   Map<String,Object> options)

load

Document load(String content,
              Map<String,Object> options)


Copyright © 2013. All Rights Reserved.