This interface allows the user of a CSSEngine to provide contextual
informations.
author: Stephane Hillion version: $Id$
Method Summary
public void
checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL) This method should throw a SecurityException if the resource
found at url and referenced from docURL should not be loaded.
Parameters: scriptURL - url for the script, as defined inthe script's xlink:href attribute.
float
getBlockHeight(Element elt) Returns the height of the block which directly contains the
given element.
float
getBlockWidth(Element elt) Returns the width of the block which directly contains the
given element.
This method should throw a SecurityException if the resource
found at url and referenced from docURL should not be loaded.
Parameters: scriptURL - url for the script, as defined inthe script's xlink:href attribute. If thatattribute was empty, then this parameter shouldbe null Parameters: docURL - url for the document into which the script was found.