|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformableCookie
Transform this object by XSL Transformation.
It should be gracefully served by all data objects and explorer nodes representing XML documents.
Transformer
Method Summary | |
---|---|
void |
transform(Source transformSource,
Result outputResult,
CookieObserver observer)
Transform this object by XSL Transformation. |
Method Detail |
---|
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 transformation
|
org.netbeans.api.xml/1 1.14 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |