Module java.xml

Class DatatypeFactory

java.lang.Object
javax.xml.datatype.DatatypeFactory

public abstract class DatatypeFactory extends Object
Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.

A new instance of the DatatypeFactory is created through the newInstance() method that uses the JAXP Lookup Mechanism to determine the DatatypeFactory implementation class to load.

Since:
1.5