Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSSRule ¶
type CSSRule struct {
// contains filtered or unexported fields
}
func NewCSSRule ¶
func NewCSSRule() *CSSRule
func (*CSSRule) SetSelectorText ¶
type CSSRuleList ¶
type CSSRuleList []CSSRule
type CSSStyleProperty ¶
type CSSStylePropertyMap ¶
type CSSStylePropertyMap struct {
// contains filtered or unexported fields
}
func NewCSSStylePropertyMap ¶
func NewCSSStylePropertyMap() *CSSStylePropertyMap
func (*CSSStylePropertyMap) Set ¶
func (self *CSSStylePropertyMap) Set(name string, value string)
type CSSStyleSheet ¶
type CSSStyleSheet struct {
Rules CSSRuleList
}
func NewCSSStyleSheet ¶
func NewCSSStyleSheet() *CSSStyleSheet
func (*CSSStyleSheet) InsertRule ¶
func (self *CSSStyleSheet) InsertRule(rule *CSSRule)
func (*CSSStyleSheet) String ¶
func (self *CSSStyleSheet) String() string
Click to show internal directories.
Click to hide internal directories.