|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Transformer
,
TransformerFactory
, and lower-level
Parser
objects; cfr these other
packages.
See:
Description
Class Summary | |
---|---|
Parse | The stand-alone command-line Parser is quite useful in development-cycle automation. |
Transform | Transformation command-line tool. |
The reverseXSL software provides two interfaces:
Transformer
,
TransformerFactory
, and lower-level
Parser
objects; cfr these other
packages.This specific package contains three command line tools that, exception made of course of the License Management application, will be mostly used to automate testing within the development cycle.
Command line tools are wrappers built over the original API. Source code is made available for building your custom command line programs, as well as sample API code.
Development tips are contained within the documentation published on reverseXSL.com.
Another command line tool worth noting is the Regular Expression tester
. This one is located within
the package com.reverseXSL.util. It is very handy for quickly checking the outcome of your regular expressions on single line and multiline data.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |