Interface I_CmsXmlContentValueLocation

All Superinterfaces:
I_CmsXmlContentLocation
All Known Implementing Classes:
CmsXmlContentValueLocation

Interface representing an XML content location which corresponds to an actual content value.

Since:
8.0.0
  • Method Details

    • asId

      Returns the structure id of the content value (only valid for VfsFile values!).

      Parameters:
      cms - the CMS context
      Returns:
      the structure id of the content value
    • asString

      Returns the string value of the content value.

      Parameters:
      cms - the CMS context
      Returns:
      the string value of the content value
    • getValue

      Returns the content value at the given location.

      Returns:
      the content value at the given location