Interface CSSNamespaceRule

All Superinterfaces:
CSSRule, CSSRule

public interface CSSNamespaceRule extends CSSRule
Namespace rule. @see The CSSNamespaceRule Interface.
  • Method Details

    • getNamespaceURI

      String getNamespaceURI()
      Get the namespace URI defined by this rule.
      Returns:
      the namespace URI.
    • getPrefix

      String getPrefix()
      Get the prefix for the declared namespace.
      Returns:
      the namespace prefix.