Documentation
¶
Overview ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InitialContext = iriutil.PrefixMap{}
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder(doc *encodinghtml.Document, opts ...DecoderOption) (*Decoder, error)
func (*Decoder) GetStatement ¶
type DecoderConfig ¶
type DecoderConfig struct {
// contains filtered or unexported fields
}
func (DecoderConfig) SetBlankNodeStringMapper ¶
func (b DecoderConfig) SetBlankNodeStringMapper(v blanknodeutil.StringMapper) DecoderConfig
func (DecoderConfig) SetDefaultVocabulary ¶
func (b DecoderConfig) SetDefaultVocabulary(v string) DecoderConfig
func (DecoderConfig) SetHtmlProcessingProfile ¶
func (b DecoderConfig) SetHtmlProcessingProfile(v HtmlProcessingProfile) DecoderConfig
type DecoderOption ¶
type DecoderOption interface {
// contains filtered or unexported methods
}
type DocumentResource ¶
type DocumentResource struct{}
func (*DocumentResource) ContainerResourceString ¶
func (*DocumentResource) ContainerResourceString() string
type HtmlProcessingProfile ¶
type HtmlProcessingProfile int
const ( UnspecifiedHtmlProcessingProfile HtmlProcessingProfile = 0b0 DisabledHtmlProcessingProfile HtmlProcessingProfile = 0b1 ActiveHtmlProcessingProfile HtmlProcessingProfile = 0b10 XHTML1_RDFa10_HtmlProcessProfile HtmlProcessingProfile = 0b10 XHTML1_RDFa11_HtmlProcessProfile HtmlProcessingProfile = 0b110 XHTML5_RDFa11_HtmlProcessProfile HtmlProcessingProfile = 0b1110 )
Click to show internal directories.
Click to hide internal directories.