|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface TransformationScenarioInvoker
Invokes a transformation scenario.
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Method Summary | |
---|---|
void |
runTransformationScenarios(java.lang.String[] scenarioNames,
TransformationFeedback transformationFeedback)
Run specific already defined transformation scenarios. |
Method Detail |
---|
void runTransformationScenarios(java.lang.String[] scenarioNames, TransformationFeedback transformationFeedback) throws TransformationScenarioNotFoundException
scenarioNames
- An array of scenario names defined in the document type associated to the current editor.transformationFeedback
- An interface through which the user receives feedback from the started transformation process.
TransformationScenarioNotFoundException
- If one of the scenarios is not found.
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |