public class CmsXmlContentRootLocation extends java.lang.Object implements I_CmsXmlContentLocation
| 构造器和说明 |
|---|
CmsXmlContentRootLocation(I_CmsXmlDocument doc,
java.util.Locale locale)
Creates a new root location for a given locale.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public CmsXmlContentRootLocation(I_CmsXmlDocument doc, java.util.Locale locale)
doc - the XML documentlocale - the localepublic I_CmsXmlDocument getDocument()
I_CmsXmlContentLocationgetDocument 在接口中 I_CmsXmlContentLocationI_CmsXmlContentLocation.getDocument()public java.util.Locale getLocale()
I_CmsXmlContentLocationgetLocale 在接口中 I_CmsXmlContentLocationI_CmsXmlContentLocation.getLocale()public I_CmsXmlContentValueLocation getSubValue(java.lang.String subPath)
I_CmsXmlContentLocationgetSubValue 在接口中 I_CmsXmlContentLocationsubPath - the relative pathI_CmsXmlContentLocation.getSubValue(java.lang.String)public java.util.List<I_CmsXmlContentValueLocation> getSubValues(java.lang.String subPath)
I_CmsXmlContentLocationgetSubValues 在接口中 I_CmsXmlContentLocationsubPath - the relative pathI_CmsXmlContentLocation.getSubValues(java.lang.String)