Package org.exolab.castor.xml.schema
Class FacetFactory
java.lang.Object
org.exolab.castor.xml.schema.FacetFactory
A factory to create instances of
Facet
s.- Version:
- $Revision: 6465 $ $Date: 2006-04-13 06:47:36 -0600 (Thu, 13 Apr 2006) $
- Author:
- Sergei Ivanov
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateFacet
(String name, String value) Creates a new instance of a facet.static FacetFactory
Returns the singleton instance of the facet factory.
-
Method Details
-
getInstance
Returns the singleton instance of the facet factory.- Returns:
- factory instance
-
createFacet
-