Package org.opencms.xml

Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.

See:
          Description

Interface Summary
I_CmsXmlDocument Describes the API to access the values of a XML content document.
 

Class Summary
A_CmsXmlDocument Provides basic XML document handling functions useful when dealing with XML documents that are stored in the OpenCms VFS.
CmsXmlContentDefinition Describes the structure definition of an XML content object.
CmsXmlContentTypeManager Manager class for registered OpenCms XML content types and content collectors.
CmsXmlEntityResolver Resolves XML entities (e.g. external DTDs) in the OpenCms VFS.
CmsXmlErrorHandler Error hander for writing errors found during XML validation to the OpenCms log.
CmsXmlGenericWrapper Provides generic wrappers for XML library methods that do not support Java 5 generic types.
CmsXmlMessages The xml messages overwrite some methods of the general CmsMessages class to get keys from an individual configuration file.
CmsXmlUtils Provides some basic XML handling utilities.
CmsXmlValidationErrorHandler Error hander for writing errors found during XML validation to the OpenCms log.
 

Exception Summary
CmsXmlException Signals that an error occurred while processing an xml resource.
 

Package org.opencms.xml Description

Basic XML functionality and utilities used by OpenCms to maintain XML documents and content.

Since:
6.0.0
Version:
$Revision: 1.8 $