| java.lang.Object org.apache.batik.test.xml.XMLReflect
XMLReflect | public class XMLReflect implements XMLReflectConstants(Code) | | This helper class can be used to build Java object from their
XML description.
author: Vincent Hardy version: $Id: XMLReflect.java 482121 2006-12-04 10:00:39Z dvholten $ |
NO_MATCHING_CONSTRUCTOR | final public static String NO_MATCHING_CONSTRUCTOR(Code) | | An error happened while trying to construct a test. No constructor
matching the list of arguments could be found
{0} : The test's class name
{1} : The list of argument types for which no constructor was found
|
buildArgument | public static Object buildArgument(Element element) throws Exception(Code) | | Limitation: Arguments *must* have a String based
constructor. Or be an object that takes a set of string
based arguments.
|
getClassDefiningElement | public static Element getClassDefiningElement(Element element)(Code) | | Gets the defining class element
|
getDeclaredConstructor | public static Constructor getDeclaredConstructor(Class cl, Class[] argClasses)(Code) | | Returns a constructor that has can be used for the input class
types.
|
setObjectProperty | public static void setObjectProperty(Object obj, String propertyName, Object propertyValue) throws Exception(Code) | | Sets the property with given name on object to the input value
|
|
|