class CSSNamespaceRule extends CSSRule
The CSSNamespaceRule interface describes an object representing a single CSS
@@namespace
at-rule. It implements the CSSRule interface, with a type value of 10
(CSSRule.NAMESPACE_RULE).
MDN
- Annotations
- @JSType() @native() @JSGlobal()
- Alphabetic
- By Inheritance
- CSSNamespaceRule
- CSSRule
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CSSNamespaceRule()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
CHARSET_RULE: Int
- Definition Classes
- CSSRule
-
var
FONT_FACE_RULE: Int
- Definition Classes
- CSSRule
-
var
IMPORT_RULE: Int
- Definition Classes
- CSSRule
-
var
KEYFRAMES_RULE: Int
- Definition Classes
- CSSRule
-
var
KEYFRAME_RULE: Int
- Definition Classes
- CSSRule
-
var
MEDIA_RULE: Int
- Definition Classes
- CSSRule
-
var
NAMESPACE_RULE: Int
- Definition Classes
- CSSRule
-
var
PAGE_RULE: Int
- Definition Classes
- CSSRule
-
var
STYLE_RULE: Int
- Definition Classes
- CSSRule
-
var
UNKNOWN_RULE: Int
- Definition Classes
- CSSRule
-
var
VIEWPORT_RULE: Int
- Definition Classes
- CSSRule
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
var
cssText: String
cssText returns the actual text of the style rule.
cssText returns the actual text of the style rule. To be able to set a stylesheet rule dynamically, see Using dynamic styling information.
MDN
- Definition Classes
- CSSRule
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
var
namespaceURI: String
Returns a DOMString containing the text of the URI of the given namespace.
Returns a DOMString containing the text of the URI of the given namespace.
MDN
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
var
parentRule: CSSRule
Returns the containing rule, otherwise null.
Returns the containing rule, otherwise null. E.g. if this rule is a style rule inside an
@media
block, the parent rule would be that CSSMediaRule.MDN
- Definition Classes
- CSSRule
-
var
parentStyleSheet: CSSStyleSheet
parentStyleSheet returns the stylesheet object in which the current rule is defined.
parentStyleSheet returns the stylesheet object in which the current rule is defined.
MDN
- Definition Classes
- CSSRule
-
var
prefix: String
Returns a DOMString with the name of the prefix associated to this namespace.
Returns a DOMString with the name of the prefix associated to this namespace. If there is no such prefix, returns null.
MDN
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
var
type: Int
- Definition Classes
- CSSRule
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()