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 |
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
type The type of this rule, as defined by a CSSRule type constant. |
|||
cssText (DOM attribute) The parsable textual representation. |
|||
namespaceURI URI (string!) of the defined namespace. |
|||
prefix Prefix used for the defined namespace. |
|||
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)
|
|
typeThe type of this rule, as defined by a CSSRule type constant. Overwritten in derived classes. The expectation is that binding-specific casting methods can be used to cast down from an instance of the CSSRule interface to the specific derived interface implied by the type. (Casting not for this Python implementation I guess...)
|
cssText(DOM attribute) The parsable textual representation.
|
namespaceURIURI (string!) of the defined namespace.
|
prefixPrefix used for the defined namespace.
|
wellformedREADONLY
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 11 21:02:56 2008 | http://epydoc.sourceforge.net |