dk.brics.xsugar
Class StylesheetChecker

java.lang.Object
  extended by dk.brics.xsugar.StylesheetChecker

public class StylesheetChecker
extends Object

Consistency checker for XSugar stylesheets. Checks the following requirements:


Constructor Summary
StylesheetChecker()
          Constructs a new checker.
 
Method Summary
 void check(Stylesheet stylesheet)
          Checks the given stylesheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetChecker

public StylesheetChecker()
Constructs a new checker.

Method Detail

check

public void check(Stylesheet stylesheet)
           throws XSugarException
Checks the given stylesheet.

Parameters:
stylesheet - stylesheet
Throws:
XSugarException - if an error is detected


Copyright © 2004-2007 Anders Møller & Claus Brabrand.