Uses of Interface
org.w3c.css.sac.Locator

Packages that use Locator
org.w3c.css.sac   
 

Uses of Locator in org.w3c.css.sac
 

Constructors in org.w3c.css.sac with parameters of type Locator
CSSParseException(java.lang.String message, Locator locator)
          Create a new CSSParseException from a message and a Locator.
CSSParseException(java.lang.String message, Locator locator, java.lang.Exception e)
          Wrap an existing exception in a CSSParseException.