Uses of Class
org.opencms.xml.A_CmsXmlDocument
Package
Description
Implements the search functions for the OpenCms Gallery search index,
which is used by the Advanced Direct Edit (ADE) functions.
The package contains the Solr search integration.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
Contains functions for unstructured content storage using XML, commonly called "XML pages" in OpenCms.
-
Uses of A_CmsXmlDocument in org.opencms.search.galleries
ModifierConstructorDescriptionCmsGalleryNameMacroResolver
(CmsObject cms, A_CmsXmlDocument content, Locale locale) Creates a new instance. -
Uses of A_CmsXmlDocument in org.opencms.search.solr
Modifier and TypeMethodDescriptionstatic CmsExtractionResult
CmsSolrDocumentXmlContent.extractXmlContent
(CmsObject cms, CmsResource resource, I_CmsSearchIndex index, Locale forceLocale, Set<CmsUUID> alreadyExtracted, Consumer<A_CmsXmlDocument> contentConsumer) Extracts the content of a single XML content resource. -
Uses of A_CmsXmlDocument in org.opencms.xml.containerpage
Modifier and TypeClassDescriptionclass
Implementation of a object used to access and manage the xml data of a container page.class
Implementation of a object used to access and manage the xml data of a group container. -
Uses of A_CmsXmlDocument in org.opencms.xml.content
Modifier and TypeClassDescriptionclass
Implementation of a XML content object, used to access and manage structured content. -
Uses of A_CmsXmlDocument in org.opencms.xml.page
Modifier and TypeClassDescriptionclass
Implementation of a page object used to access and manage xml data.