Package org.opencms.xml.content
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 Summary
Modifier and TypeMethodDescriptionReturns the structure id of the content value (only valid for VfsFile values!).Returns the string value of the content value.getValue()
Returns the content value at the given location.Methods inherited from interface org.opencms.xml.content.I_CmsXmlContentLocation
getDocument, getLocale, getSubValue, getSubValues
-
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
-