|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsXmlContentLocation
This class represents a location in an XML content for a specific locale.
It is used for conveniently retrieving configuration values from an XML content without manually concatenating xpath strings.
| Method Summary | |
|---|---|
I_CmsXmlDocument |
getDocument()
Returns the XML document. |
java.util.Locale |
getLocale()
Returns the locale. |
I_CmsXmlContentValueLocation |
getSubValue(java.lang.String subPath)
Returns the location for an xpath relative to the current location. |
java.util.List<I_CmsXmlContentValueLocation> |
getSubValues(java.lang.String subPath)
Returns the locations for an xpath relative to the current location. |
| Method Detail |
|---|
I_CmsXmlDocument getDocument()
java.util.Locale getLocale()
I_CmsXmlContentValueLocation getSubValue(java.lang.String subPath)
subPath - the relative path
java.util.List<I_CmsXmlContentValueLocation> getSubValues(java.lang.String subPath)
subPath - the relative path
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||