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.galleriesConstructors 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.solrMethod parameters in org.opencms.search.solr with type arguments of type A_CmsXmlDocumentModifier and TypeMethodDescriptionstatic CmsExtractionResultCmsSolrDocumentXmlContent.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.containerpageSubclasses of A_CmsXmlDocument in org.opencms.xml.containerpageModifier and TypeClassDescriptionclassImplementation of a object used to access and manage the xml data of a container page.classImplementation of a object used to access and manage the xml data of a group container.
- 
Uses of A_CmsXmlDocument in org.opencms.xml.contentSubclasses of A_CmsXmlDocument in org.opencms.xml.contentModifier and TypeClassDescriptionclassImplementation of a XML content object, used to access and manage structured content.Methods in org.opencms.xml.content with parameters of type A_CmsXmlDocumentModifier and TypeMethodDescriptionI_CmsContentValueAdjustment.getAdjustedValue(CmsObject cms, A_CmsXmlDocument content, Locale locale, String xpath, String value) Returns the adjustment for the provided value.
- 
Uses of A_CmsXmlDocument in org.opencms.xml.pageSubclasses of A_CmsXmlDocument in org.opencms.xml.pageModifier and TypeClassDescriptionclassImplementation of a page object used to access and manage xml data.