Interface I_CmsXmlContentLocation

    • Method Detail

      • getLocale

        java.util.Locale getLocale()
        Returns the locale.

        Returns:
        the locale
      • getSubValue

        I_CmsXmlContentValueLocation getSubValue​(java.lang.String subPath)
        Returns the location for an xpath relative to the current location.

        Parameters:
        subPath - the relative path
        Returns:
        the location which the relative path points to
      • getSubValues

        java.util.List<I_CmsXmlContentValueLocationgetSubValues​(java.lang.String subPath)
        Returns the locations for an xpath relative to the current location.

        Parameters:
        subPath - the relative path
        Returns:
        the locations which the relative path points to