org.tockit.datatype.xsd
Class AbstractXSDDatatype
java.lang.Object
org.tockit.datatype.AbstractDatatype
org.tockit.datatype.xsd.AbstractXSDDatatype
- All Implemented Interfaces:
- Datatype, XMLizable
- Direct Known Subclasses:
- DecimalType, StringType
- public abstract class AbstractXSDDatatype
- extends AbstractDatatype
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.toscanaj.util.xmlize.XMLizable |
readXML |
XSD_NAMESPACE
protected static final org.jdom.Namespace XSD_NAMESPACE
AbstractXSDDatatype
protected AbstractXSDDatatype(java.lang.String name)
registerTypeCreators
public static void registerTypeCreators()
toXML
public org.jdom.Element toXML()
- Description copied from interface:
XMLizable
- Write this element as the content of elem.
getBaseType
protected abstract java.lang.String getBaseType()
addRestrictions
protected abstract void addRestrictions(org.jdom.Element restrictionElement)
createElement
protected org.jdom.Element createElement(java.lang.String tagName)
The ToscanaJ project