Interface CSSNamespaceRule

All Superinterfaces:
CSSRule, org.w3c.dom.css.CSSRule
All Known Implementing Classes:
NamespaceRule

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.
    • setPrefix

      void setPrefix(String prefix)
      Set the prefix for the declared namespace.
      Parameters:
      prefix - the prefix.