| Package | Description |
|---|---|
| org.opencms.xml.content |
Contains functions for structured content storage using XML, commonly called "XML content" in OpenCms.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsXmlContentHandler.MappingType |
I_CmsXmlContentHandler.MappingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsXmlContentHandler.MappingType[] |
I_CmsXmlContentHandler.MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<I_CmsXmlContentHandler.MappingType> |
CmsDefaultXmlContentHandler.parseSearchMappingTypes(org.dom4j.Element solrElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsDefaultXmlContentHandler.addSearchField(CmsXmlContentDefinition contentDefinition,
CmsSearchField field,
I_CmsXmlContentHandler.MappingType type)
Adds a Solr field for an element.
|