Package org.opencms.xml.types

Contains the basic XML content type definitions, used for XML content and XML pages.

See:
          Description

Interface Summary
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.
 

Class Summary
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".
CmsXmlColorValue Describes the XML content type "OpenCmsColor".
CmsXmlDateTimeValue Describes the XML content type "OpenCmsDateTime".
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.
CmsXmlStringValue Describes the XML content type "OpenCmsString".
CmsXmlVarLinkValue Describes the XML content type "OpenCmsVarLink".
CmsXmlVfsFileValue Describes the XML content type "OpenCmsVfsFile".
 

Package org.opencms.xml.types Description

Contains the basic XML content type definitions, used for XML content and XML pages.

Since:
6.0.0
Version:
$Revision: 1.6 $