Class DatatypeElementFactory

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatatypeElementFactory
    extends DocumentFactory

    DatatypeElementFactory is a factory for a specific Element in an XML Schema.

    See Also:
    Serialized Form
    • Constructor Detail

      • DatatypeElementFactory

        public DatatypeElementFactory​(QName elementQName)
    • Method Detail

      • getQName

        public QName getQName()
        DOCUMENT ME!
        Returns:
        the QName this element factory is associated with
      • getAttributeXSDatatype

        public com.sun.msv.datatype.xsd.XSDatatype getAttributeXSDatatype​(QName attributeQName)
        DOCUMENT ME!
        Parameters:
        attributeQName - DOCUMENT ME!
        Returns:
        the XSDatatype associated with the given Attribute QName
      • setAttributeXSDatatype

        public void setAttributeXSDatatype​(QName attributeQName,
                                           com.sun.msv.datatype.xsd.XSDatatype type)
        Registers the given XSDatatype for the given <attribute> QNames
        Parameters:
        attributeQName - DOCUMENT ME!
        type - DOCUMENT ME!
      • getChildElementXSDatatype

        public com.sun.msv.datatype.xsd.XSDatatype getChildElementXSDatatype​(QName qname)
        DOCUMENT ME!
        Parameters:
        qname - DOCUMENT ME!
        Returns:
        the XSDatatype associated with the given child Element QName
      • setChildElementXSDatatype

        public void setChildElementXSDatatype​(QName qname,
                                              com.sun.msv.datatype.xsd.XSDatatype dataType)