| java.lang.Object junitx.ddtunit.data.processing.parser.ParserImpl
ParserImpl | final public class ParserImpl implements IParser(Code) | | XML SAX parser converting xml testdatea resourse into object structure used
by DDTestCase class execution. Using JAXP 1.1 to specify and configure
SAX conformant parser. As project default Apache Crimson provided in the
distribution of JDK 1.4.2 is used.
author: jg |
XSD_RESOURCE_PATH | final public static String XSD_RESOURCE_PATH(Code) | | resource path of xml schema used for validation
|
XSD_URL | final public static String XSD_URL(Code) | | URL of xml schema for validation
|
ParserImpl | public ParserImpl()(Code) | | |
parseElement | public TypedObject parseElement(String xmlObjectDef, boolean addXMLHeader)(Code) | | Parse object definition and use provided object as base class. If set to
null a new instance of required type will be created during processing.
Parameters: xmlObjectDef - string defining object to instanciate Parameters: addXMLHeader - -set true if xml header should be added object to instanciate as defined |
|
|