< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DatatypeFactoryImpl.java

Print this page

        

*** 55,66 **** * {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>". * Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}. * </li> * </ol> * ! * @author <a href="mailto:Joseph.Fialli@Sun.COM">Joseph Fialli</a> ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> */ public class DatatypeFactoryImpl extends DatatypeFactory { /** --- 55,66 ---- * {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>". * Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}. * </li> * </ol> * ! * @author Joseph Fialli ! * @author Jeff Suttor */ public class DatatypeFactoryImpl extends DatatypeFactory { /**
< prev index next >