org.netbeans.api.xml/1 1.26.1

org.netbeans.api.xml.cookies
Interface TransformableCookie

All Superinterfaces:
Node.Cookie
All Known Implementing Classes:
TransformableSupport

public interface TransformableCookie
extends Node.Cookie

Transform this object by XSL Transformation.

It should be gracefully served by all data objects and explorer nodes representing XML documents.

See Also:
Transformer

Method Summary
 void transform(Source transformSource, Result outputResult, CookieObserver observer)
          Transform this object by XSL Transformation.
 

Method Detail

transform

void transform(Source transformSource,
               Result outputResult,
               CookieObserver observer)
               throws TransformerException
Transform this object by XSL Transformation.

Parameters:
transformSource - source of transformation.
outputResult - result of transformation.
observer - optional notifier (null allowed) giving judgement details via XMLProcessorDetails.
Throws:
TransformerException - if an unrecoverable error occurs during the course of the transformation

org.netbeans.api.xml/1 1.26.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.