checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL) This method throws a SecurityException if the resource
found at url and referenced from docURL
should not be loaded.
This is a convenience method to call checkLoadExternalResource
on the ExternalResourceSecurity strategy returned by
getExternalResourceSecurity.
Parameters: resourceURL - url for the script, as defined inthe script's xlink:href attribute.
public float
getBlockHeight(Element elt) Returns the height of the block which directly contains the
given element.
public float
getBlockWidth(Element elt) Returns the width of the block which directly contains the
given element.
This method throws a SecurityException if the resource
found at url and referenced from docURL
should not be loaded.
This is a convenience method to call checkLoadExternalResource
on the ExternalResourceSecurity strategy returned by
getExternalResourceSecurity.
Parameters: resourceURL - 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.