Package src2xml

An utility that transforms a source code file to a xml file for highlighting purposes.

See:
          Description

Class Summary
Detector A Detector is an object suitable to identify a particular occurrence in source file.
Element Element is an abstract representation of a region in the source code.
ElementReader ElementReader is a class that represents the generic reader of a source region (element), that is what identifies and stores a particular region in the source code.
FileUtils This class collects some File facilities
FileUtils.RegexFilenameFilter A class that implements a regexp file filter
Main The application Main class.
Source A class that implements a BufferedReader wrapping a FileReader.
StringUtils This class collects some String facilities
StringUtils.MultipleReplacer A class that performs multiple replacement in a given String
 

Package src2xml Description

An utility that transforms a source code file to a xml file for highlighting purposes. This is a SBVEH (Stupid But Very Expandable Highlighter), an inefficient but very customizable structure.

Features/shortcomings:

Usage:

java -jar src2xml.jar [paths] [options]

Command line arguments can be:

Examples:

Version:
0.3