Java org.w3c.dom.css CSSRule fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.css CSSRule fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.css CSSRule.

The text is from its open source code.

Field

shortSTYLE_RULE
The rule is a CSSStyleRule.
shortIMPORT_RULE
The rule is a CSSImportRule.
shortMEDIA_RULE
The rule is a CSSMediaRule.

Method

shortgetType()
The type of the rule, as defined above.