Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentToken ¶
type CommentToken string
func (CommentToken) Raw ¶
func (t CommentToken) Raw() string
type DirectiveToken ¶
type DirectiveToken string
func (DirectiveToken) Raw ¶
func (t DirectiveToken) Raw() string
type ElementToken ¶
type EmptyElementToken ¶
type EmptyElementToken string
func (EmptyElementToken) Attribute ¶ added in v1.1.0
func (t EmptyElementToken) Attribute(name string) (string, bool)
func (EmptyElementToken) Attributes ¶
func (t EmptyElementToken) Attributes() []Attribute
func (EmptyElementToken) Name ¶
func (t EmptyElementToken) Name() string
func (EmptyElementToken) Raw ¶
func (t EmptyElementToken) Raw() string
type EndElementToken ¶
type EndElementToken string
func (EndElementToken) Name ¶
func (t EndElementToken) Name() string
func (EndElementToken) Raw ¶
func (t EndElementToken) Raw() string
type ProcInstToken ¶
type ProcInstToken string
func (ProcInstToken) Raw ¶
func (t ProcInstToken) Raw() string
type StartElementToken ¶
type StartElementToken string
func (StartElementToken) Attribute ¶ added in v1.1.0
func (t StartElementToken) Attribute(name string) (string, bool)
func (StartElementToken) Attributes ¶
func (t StartElementToken) Attributes() []Attribute
func (StartElementToken) Name ¶
func (t StartElementToken) Name() string
func (StartElementToken) Raw ¶
func (t StartElementToken) Raw() string
type StartOrEmptyElementToken ¶ added in v1.1.0
type StartOrEmptyElementToken interface { ElementToken Attributes() []Attribute Attribute(name string) (string, bool) }
Click to show internal directories.
Click to hide internal directories.