org.whattf.datatype
Class Html5DatatypeLibraryFactory
java.lang.Object
org.whattf.datatype.Html5DatatypeLibraryFactory
- All Implemented Interfaces:
- DatatypeLibraryFactory
public class Html5DatatypeLibraryFactory
- extends Object
- implements DatatypeLibraryFactory
The factory for datatype library autodiscovery.
- Version:
- $Id: Html5DatatypeLibraryFactory.java,v 1.2 2006/04/11 12:04:25 hsivonen Exp $
- Author:
- hsivonen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
private static final String NAMESPACE
- The library namespace URI.
- See Also:
- Constant Field Values
Html5DatatypeLibraryFactory
public Html5DatatypeLibraryFactory()
- The constructor.
createDatatypeLibrary
public DatatypeLibrary createDatatypeLibrary(String namespaceURI)
- Returns a
Html5DatatypeLibrary
on the library namespace and null
otherwise.
- Specified by:
createDatatypeLibrary
in interface DatatypeLibraryFactory
- Parameters:
namespaceURI
- a namespace URI
- Returns:
- a
DatatypeLibrary
or null
- See Also:
DatatypeLibraryFactory.createDatatypeLibrary(java.lang.String)