net.datacrow.core.modules.xml
Class XmlObject

java.lang.Object
  extended by net.datacrow.core.modules.xml.XmlObject
Direct Known Subclasses:
ModuleUpgrade, XmlField, XmlModule

public abstract class XmlObject
extends java.lang.Object

Representation of a XML structure. Delivers additional parsing methods.

Author:
Robert Jan van der Waals
See Also:
XmlModule

Constructor Summary
XmlObject()
           
 
Method Summary
 java.lang.Class getClass(org.w3c.dom.Element element, java.lang.String tag, boolean instantiationTest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObject

public XmlObject()
Method Detail

getClass

public java.lang.Class getClass(org.w3c.dom.Element element,
                                java.lang.String tag,
                                boolean instantiationTest)
                         throws InvalidValueException
Throws:
InvalidValueException