org.oddjob.designer
Class DesignerXMLParser

java.lang.Object
  extended byorg.oddjob.designer.DesignerXMLParser

public class DesignerXMLParser
extends java.lang.Object

Utility class providing various methods for parsing Designs and DesignXML.


Nested Class Summary
static class DesignerXMLParser.RootComponent
           
 
Constructor Summary
DesignerXMLParser()
           
 
Method Summary
static DesignComponent buildComponent(java.lang.String xml)
          Create a DesignComponent from XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerXMLParser

public DesignerXMLParser()
Method Detail

buildComponent

public static DesignComponent buildComponent(java.lang.String xml)
                                      throws ArooaException
Create a DesignComponent from XML.

Parameters:
xml - The xml.
Returns:
A DesignComponent.
Throws:
ArooaException - If parsing the XML fails.