Project 1

cscie259.project1
Class AttributeConverter

java.lang.Object
  extended by cscie259.project1.AttributeConverter

public abstract class AttributeConverter
extends java.lang.Object

A program for converting elements' attributes to child elements. You MAY modify this file.

Version:
7.0
Author:
Computer Science E-259, YOUR NAME GOES HERE

Constructor Summary
AttributeConverter()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Main entry point to program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeConverter

public AttributeConverter()
Method Detail

main

public static void main(java.lang.String[] argv)
Main entry point to program.

Parameters:
argv - [0] - filename

Project 1