Uses of Class
org.opencms.xml.A_CmsXmlDocument
Packages that use 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
Constructors in org.opencms.search.galleries with parameters of type A_CmsXmlDocumentModifierConstructorDescriptionCmsGalleryNameMacroResolver
(CmsObject cms, A_CmsXmlDocument content, Locale locale) Creates a new instance. -
Uses of A_CmsXmlDocument in org.opencms.search.solr
Method parameters in org.opencms.search.solr with type arguments of type A_CmsXmlDocumentModifier 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
Subclasses of A_CmsXmlDocument in org.opencms.xml.containerpageModifier 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
Subclasses of A_CmsXmlDocument in org.opencms.xml.contentModifier and TypeClassDescriptionclass
Implementation of a XML content object, used to access and manage structured content. -
Uses of A_CmsXmlDocument in org.opencms.xml.page
Subclasses of A_CmsXmlDocument in org.opencms.xml.pageModifier and TypeClassDescriptionclass
Implementation of a page object used to access and manage xml data.