public interface TransformableCookie extends Node.Cookie
It should be gracefully served by all data objects and explorer nodes representing XML documents.
Transformer| Modifier and Type | Method and Description |
|---|---|
void |
transform(Source transformSource,
Result outputResult,
CookieObserver observer)
Transform this object by XSL Transformation.
|
void transform(Source transformSource, Result outputResult, CookieObserver observer) throws TransformerException
transformSource - source of transformation.outputResult - result of transformation.observer - optional notifier (null allowed)
giving judgement details via XMLProcessorDetails.TransformerException - if an unrecoverable error occurs during the course of the transformationBuilt on March 10 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.