org.netbeans.spi.xml.cookies
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 TransformableCookie
transformSource
- 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 March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.