站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

TransformableSupport (XML Tools API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.xml/1 1.14

org.netbeans.spi.xml.cookies
Class TransformableSupport

java.lang.Object
  extended by org.netbeans.spi.xml.cookies.TransformableSupport
All Implemented Interfaces:
TransformableCookie, Node.Cookie

public final class TransformableSupport
extends Object
implements TransformableCookie

Perform Transform action on XML document. Default implementation of TransformableCookie cookie.


Constructor Summary
TransformableSupport(Source source)
          Create new TransformableSupport for given data object.
 
Method Summary
 void transform(Source transformSource, Result outputResult, CookieObserver notifier)
          Transform this object by XSL Transformation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformableSupport

public TransformableSupport(Source source)
Create new TransformableSupport for given data object.

Parameters:
source - Supported Source.
Method Detail

transform

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

Specified by:
transform in interface TransformableCookie
Parameters:
transformSource - source of transformation.
outputResult - result of transformation.
notifier - optional listener (null allowed) giving judgement details.
Throws:
TransformerException - if an unrecoverable error occurs during the course of the transformation

org.netbeans.api.xml/1 1.14

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.