package com.hg.client;

/**
 * node1.java
 *
 *
 * Created: Thu Jul 26 11:30:45 2001
 *
 * @author 
 * @version
 */

public class node1  {
        public node1(){
	}

    public static String getMyXMLStr()
    {
	String xmlstr = new String("<DOCUMENT>doclevel<ELEM1>elem1level<ELEM1A>FOO</ELEM1A></ELEM1></DOCUMENT>");
	return xmlstr;
    }  

}// node1
