Class CmsXmlStringValue

    • Constructor Detail

      • CmsXmlStringValue

        public CmsXmlStringValue()
        Creates a new, empty schema type descriptor of type "OpenCmsString".

      • CmsXmlStringValue

        public CmsXmlStringValue​(I_CmsXmlDocument document,
                                 org.dom4j.Element element,
                                 java.util.Locale locale,
                                 I_CmsXmlSchemaType type)
        Creates a new XML content value of type "OpenCmsString".

        Parameters:
        document - the XML content instance this value belongs to
        element - the XML element that contains this value
        locale - the locale this value is created for
        type - the type instance to create the value for
      • CmsXmlStringValue

        public CmsXmlStringValue​(java.lang.String name,
                                 java.lang.String minOccurs,
                                 java.lang.String maxOccurs)
        Creates a new schema type descriptor for the type "OpenCmsString".

        Parameters:
        name - the name of the XML node containing the value according to the XML schema
        minOccurs - minimum number of occurrences of this type according to the XML schema
        maxOccurs - maximum number of occurrences of this type according to the XML schema