Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented CSSRule") ErrNotAnCSSRule = errors.New("Object is not a CSSRule") )
Functions ¶
func GetInterface ¶
Types ¶
type CSSRule ¶
type CSSRule struct {
baseobject.BaseObject
}
CSSRule struct
func (CSSRule) ParentRule ¶
func (CSSRule) ParentStyleSheet ¶
func (c CSSRule) ParentStyleSheet() (stylesheet.StyleSheet, error)
type CSSRuleFrom ¶
type CSSRuleFrom interface {
CSSRule_() CSSRule
}
Click to show internal directories.
Click to hide internal directories.