jaxp/src/java.xml/share/classes/javax/xml/datatype/DatatypeFactory.java
changeset 27574 2e8afdf5c6fb
parent 25868 686eef1e7a79
child 29419 534054ee6062
equal deleted inserted replaced
27573:ca46b34ef33e 27574:2e8afdf5c6fb
    41  *      If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>",
    41  *      If the system property specified by {@link #DATATYPEFACTORY_PROPERTY}, "<code>javax.xml.datatype.DatatypeFactory</code>",
    42  *      exists, a class with the name of the property value is instantiated.
    42  *      exists, a class with the name of the property value is instantiated.
    43  *      Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}.
    43  *      Any Exception thrown during the instantiation process is wrapped as a {@link DatatypeConfigurationException}.
    44  *    </li>
    44  *    </li>
    45  *    <li>
    45  *    <li>
    46  *      If the file ${JAVA_HOME}/lib/jaxp.properties exists, it is loaded in a {@link java.util.Properties} <code>Object</code>.
    46  *      If the file ${JAVA_HOME}/conf/jaxp.properties exists, it is loaded in a {@link java.util.Properties} <code>Object</code>.
    47  *      The <code>Properties</code> <code>Object </code> is then queried for the property as documented in the prior step
    47  *      The <code>Properties</code> <code>Object </code> is then queried for the property as documented in the prior step
    48  *      and processed as documented in the prior step.
    48  *      and processed as documented in the prior step.
    49  *    </li>
    49  *    </li>
    50  *    <li>
    50  *    <li>
    51  *     Uses the service-provider loading facilities, defined by the {@link java.util.ServiceLoader} class, to attempt
    51  *     Uses the service-provider loading facilities, defined by the {@link java.util.ServiceLoader} class, to attempt