Interface I_CmsXmlContentValueLocation

    • Method Detail

      • asId

        CmsUUID asId​(CmsObject cms)
        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

        java.lang.String asString​(CmsObject cms)
        Returns the string value of the content value.

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

        I_CmsXmlContentValue getValue()
        Returns the content value at the given location.

        Returns:
        the content value at the given location