Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func NewEncoder(w io.Writer, opts EncoderOptions) *Encoder
func (*Encoder) GetContentMetadata ¶
func (w *Encoder) GetContentMetadata() encoding.ContentMetadata
func (*Encoder) PutStatement ¶
type EncoderOptions ¶
type EncoderOptions struct { BlankNodeStringer blanknodeutil.Stringer BlankNodeStringMapperVar string Source []byte }
Click to show internal directories.
Click to hide internal directories.