public final class TransformableSupport extends Object implements TransformableCookie
TransformableCookie cookie.| Constructor and Description |
|---|
TransformableSupport(Source source)
Create new TransformableSupport for given data object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
transform(Source transformSource,
Result outputResult,
CookieObserver notifier)
Transform this object by XSL Transformation.
|
public TransformableSupport(Source source)
source - Supported Source.public void transform(Source transformSource, Result outputResult, CookieObserver notifier) throws TransformerException
transform in interface TransformableCookietransformSource - source of transformation.outputResult - result of transformation.notifier - optional listener (null allowed)
giving judgement details.TransformerException - if an unrecoverable error occurs during the course of the transformationBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.