src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/DatatypeFactoryImpl.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    55  *      {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>".
    55  *      {@link #DATATYPEFACTORY_IMPLEMENTATION_CLASS}, "<code>javax.xml.datatype.DatatypeFactoryImpl</code>".
    56  *      Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}.
    56  *      Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}.
    57  *    </li>
    57  *    </li>
    58  * </ol>
    58  * </ol>
    59  *
    59  *
    60  * @author <a href="mailto:Joseph.Fialli@Sun.COM">Joseph Fialli</a>
    60  * @author Joseph Fialli
    61  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    61  * @author Jeff Suttor
    62  */
    62  */
    63 public class DatatypeFactoryImpl
    63 public class DatatypeFactoryImpl
    64         extends DatatypeFactory {
    64         extends DatatypeFactory {
    65 
    65 
    66         /**
    66         /**