Uses of Interface
info.informatica.doc.style.css.CSSErrorHandler

Packages that use CSSErrorHandler
info.informatica.doc.dom4j Built on top of the DOM4J package, provides XHTML parsing with built-in support for CSS style sheets. 
info.informatica.doc.style.css.visual Interfaces for CSS visual formatting structure. 
info.informatica.doc.style.css.visual.box Implementation classes for building a CSS visual formatting structure. 
 

Uses of CSSErrorHandler in info.informatica.doc.dom4j
 

Subinterfaces of CSSErrorHandler in info.informatica.doc.dom4j
 interface DOM4JCSSErrorHandler
          CSS Error handler for DOM4J.
 

Classes in info.informatica.doc.dom4j that implement CSSErrorHandler
 class DummyErrorHandler
          CSS dummy error handler.
 class Log4jErrorHandler
          Log4j error handler.
 

Uses of CSSErrorHandler in info.informatica.doc.style.css.visual
 

Methods in info.informatica.doc.style.css.visual that return CSSErrorHandler
 CSSErrorHandler CSSBoxFactory.getErrorHandler()
          Gets the error handler.
 

Methods in info.informatica.doc.style.css.visual with parameters of type CSSErrorHandler
 void CSSBoxFactory.setErrorHandler(CSSErrorHandler errorHandler)
          Sets the error handler.
 void CSSBox.setErrorHandler(CSSErrorHandler errorHandler)
          Sets the CSS error handler.
 

Uses of CSSErrorHandler in info.informatica.doc.style.css.visual.box
 

Methods in info.informatica.doc.style.css.visual.box that return CSSErrorHandler
protected  CSSErrorHandler AbstractCSSBox.getErrorHandler()
           
 

Methods in info.informatica.doc.style.css.visual.box with parameters of type CSSErrorHandler
 void AbstractCSSBox.setErrorHandler(CSSErrorHandler errorHandler)
           
 



Copyright © 2011 informatica.info. All Rights Reserved.