See: Description
| Interface | Description |
|---|---|
| I_CmsXmlContentValue |
Provides access to the value of a specific XML content node.
|
| I_CmsXmlSchemaType |
Describes a type in an OpenCms XML schema based content definition.
|
| I_CmsXmlValidateWithMessage |
Interface to provide specific error messages on validation
Should be used as an extension of
I_CmsXmlSchemaType. |
| Class | Description |
|---|---|
| A_CmsXmlContentValue |
Base class for XML content value implementations.
|
| A_CmsXmlValueCdataBase |
Base class for XML content value implementations that require only a simple XML cdata text node.
|
| A_CmsXmlValueTextBase |
Base class for XML content value implementations that require only a simple XML plain text node.
|
| CmsXmlBooleanValue |
Describes the XML content type "OpenCmsBoolean".
|
| CmsXmlCategoryValue |
Describes the XML content type "OpenCmsVfsFile".
|
| CmsXmlColorValue |
Describes the XML content type "OpenCmsColor".
|
| CmsXmlDateTimeValue |
Describes the XML content type "OpenCmsDateTime".
|
| CmsXmlDisplayFormatterValue |
XML value type for display formatters.
|
| CmsXmlDynamicCategoryValue |
Describes the XML content type "OpenCmsVfsFile".
|
| CmsXmlHtmlValue |
Describes the XML content type "OpenCmsHtml".
|
| CmsXmlLocaleValue |
Describes the XML content type "OpenCmsLocale".
|
| CmsXmlNestedContentDefinition |
A nested content XML definition that is included by another XML content definition.
|
| CmsXmlPlainTextStringValue |
Describes the XML content type "OpenCmsPlainTextString".
|
| CmsXmlSerialDateValue |
Describes the XML content type "OpenCmsSerialDate".
|
| CmsXmlStringValue |
Describes the XML content type "OpenCmsString".
|
| CmsXmlVarLinkValue |
Describes the XML content type "OpenCmsVarLink".
|
| CmsXmlVfsFileValue |
Describes the XML content type "OpenCmsVfsFile".
|
| CmsXmlVfsImageValue |
Describes the XML content type "OpenCmsVfsImage".
|
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|