Home | Trees | Indices | Help |
|
---|
|
object --+ | util.Base --+ | cssrule.CSSRule --+ | CSSNamespaceRule
Represents an @namespace rule within a CSS style sheet.
The @namespace at-rule declares a namespace prefix and associates it with a given namespace (a string). This namespace prefix can then be used in namespace-qualified names such as those described in the Selectors Module [SELECT] or the Values and Units module [CSS3VAL].
Inherits properties from CSSRule
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
type = 7 The type of this rule, as defined by a CSSRule type constant. |
|||
Inherited from Inherited from Inherited from |
|
|||
namespaceURI URI (string!) of the defined namespace. |
|||
prefix Prefix used for the defined namespace. |
|||
parentStyleSheet Containing CSSStyleSheet. |
|||
cssText (DOM attribute) The parsable textual representation. |
|||
Inherited from Inherited from |
|
Do not use as positional but as keyword parameters only! If readonly allows setting of properties in constructor only format namespace: : NAMESPACE_SYM S* [namespace_prefix S*]? [STRING|URI] S* ';' S* ;
|
|
|
|
|
repr(x)
|
str(x)
|
|
namespaceURIURI (string!) of the defined namespace.
|
prefixPrefix used for the defined namespace.
|
parentStyleSheetContaining CSSStyleSheet.
|
cssText(DOM attribute) The parsable textual representation.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Feb 03 21:10:56 2008 | http://epydoc.sourceforge.net |