org.netbeans.api.xml.cookies
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 XMLProcessorDetail
s.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.