java.lang.Object
org.outerj.pollo.legacy.DisplaySpecificationToZeroDotFour
- public class DisplaySpecificationToZeroDotFour
- extends java.lang.Object
Command-line utility class to convert pre-0.4 Pollo display specification
files to the 0.4 format.
This code was written in half an hour, and is butt-ugly, but at least worked
for all Pollo's default display specifications.
To use it, pass to parameters on the command line: infile and outfile.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisplaySpecificationToZeroDotFour
public DisplaySpecificationToZeroDotFour()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
convert
public void convert(java.lang.String fromPath,
java.lang.String toPath)
throws java.lang.Exception
streamNSAttributes
public void streamNSAttributes(org.w3c.dom.Element element,
org.xml.sax.ContentHandler ch,
org.xml.sax.helpers.AttributesImpl attrs)
throws java.lang.Exception