Searched defs:DTDDVFactory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DDTDDVFactory.java35 * @version $Id: DTDDVFactory.java,v 1.6 2010-11-01 04:39:43 joehw Exp $
37 public abstract class DTDDVFactory { class
42 * Get an instance of the default DTDDVFactory implementation.
44 * @return an instance of DTDDVFactory implementation
48 public static final DTDDVFactory getInstance() throws DVFactoryException {
53 * Get an instance of DTDDVFactory implementation.
56 * @return an instance of DTDDVFactory implementation
60 public static final DTDDVFactory getInstance(String factoryClass) throws DVFactoryException {
63 return (DTDDVFactory)
67 throw new DVFactoryException("DTD factory class " + factoryClass + " does not extend from DTDDVFactory
72 protected DTDDVFactory() {} method in class:DTDDVFactory
[all...]

Completed in 4939 milliseconds