org.progeeks.meta.xml
Class XmlUtils

java.lang.Object
  extended by org.progeeks.meta.xml.XmlUtils

public class XmlUtils
extends java.lang.Object

Utilities useful for working with xml and meta-objects.

Version:
$Revision: 1.7 $
Author:
Matt Veitas

Constructor Summary
XmlUtils()
           
 
Method Summary
static java.util.List createMetaClasses(java.io.Reader in, MetaKit metaKit, java.lang.String tag)
          Initializes a set of metaClass confgurations from a reader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

createMetaClasses

public static java.util.List createMetaClasses(java.io.Reader in,
                                               MetaKit metaKit,
                                               java.lang.String tag)
                                        throws java.io.IOException
Initializes a set of metaClass confgurations from a reader.

Parameters:
in - configuration source
metaKit - metaKit to be used to create new objects
tag - name of the root tag
Throws:
java.io.IOException


Copyright © 2002-2003 Paul Speed. All Rights Reserved.