junitx.ddtunit.data.processing
Class ParserFactory

java.lang.Object
  extended by junitx.ddtunit.data.processing.ParserFactory

public class ParserFactory
extends Object


Field Summary
static String XSD_RESOURCE_PATH
          resource path of xml schema used for validation
 
Method Summary
static ParserFactory getInstance()
           
 IParser getParser(String name)
           
 Validator getValidator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSD_RESOURCE_PATH

public static final String XSD_RESOURCE_PATH
resource path of xml schema used for validation

See Also:
Constant Field Values
Method Detail

getInstance

public static ParserFactory getInstance()

getParser

public IParser getParser(String name)

getValidator

public Validator getValidator()


Copyright © 2004-2007. All Rights Reserved.