| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.Base --+
|
util.Base2 --+
|
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 = 7The type of this rule, as defined by a CSSRule type constant. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
cssText (DOM attribute) The parsable textual representation. |
|||
|
namespaceURI URI (string!) of the defined namespace. |
|||
|
prefix Prefix used for the defined namespace. |
|||
|
parentStyleSheet Containing CSSStyleSheet. |
|||
|
wellformed READONLY |
|||
|
Inherited from 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 : NAMESPACE_SYM S* [namespace_prefix S*]? [STRING|URI] S* ';' S* ; namespace_prefix : IDENT ;
|
|
|
|
repr(x)
|
str(x)
|
|
|||
cssText(DOM attribute) The parsable textual representation.
|
namespaceURIURI (string!) of the defined namespace.
|
prefixPrefix used for the defined namespace.
|
parentStyleSheetContaining CSSStyleSheet.
|
wellformedREADONLY
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 22 19:22:52 2008 | http://epydoc.sourceforge.net |