@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CSSNamespaceRule")
public class CSSNamespaceRule
extends CSSRule
CHARSET_RULE, COUNTER_STYLE_RULE, cssText, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, FONT_PALETTE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, STYLE_RULE, SUPPORTS_RULE| Modifier | Constructor and Description |
|---|---|
protected |
CSSNamespaceRule() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
namespaceURI()
The CSSNamespaceRule.namespaceURI read-only property returns a DOMString containing the text of the URI of the given namespace.
|
java.lang.String |
prefix()
The CSSNamespaceRule.prefix read-only property returns a DOMString with the name of the prefix associated to this namespace.
|
parentRule, parentStyleSheet, type@JsProperty(name="namespaceURI") @Nonnull public java.lang.String namespaceURI()
@JsProperty(name="prefix") @Nonnull public java.lang.String prefix()