mro.util
Class XMLHelper

java.lang.Object
  extended by mro.util.XMLHelper

public class XMLHelper
extends java.lang.Object

A helper class. Some functions used when printing and reading XML-documents.

Version:
061201
Author:
Magnus Rosell

Constructor Summary
XMLHelper()
           
 
Method Summary
static void printXMLHead(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLHelper

public XMLHelper()
Method Detail

printXMLHead

public static void printXMLHead(java.io.PrintWriter pw)
                         throws java.io.IOException
Throws:
java.io.IOException