Versions in this module Expand all Collapse all v0 v0.6.0 Sep 20, 2016 v0.5.0 Mar 23, 2016 Changes in this version + type Exporter struct + func NewExporter(writer io.Writer, qstore graph.QuadStore) *Exporter + func NewExporterForIterator(writer io.Writer, qstore graph.QuadStore, qi graph.Iterator) *Exporter + func (exp *Exporter) Count() int + func (exp *Exporter) Err() error + func (exp *Exporter) ExportGml() + func (exp *Exporter) ExportGraphml() + func (exp *Exporter) ExportJson() + func (exp *Exporter) ExportQuad() + func (exp *Exporter) Write(str string) + func (exp *Exporter) WriteEscString(str string)