|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.xml.content.CmsXmlContentRootLocation
public class CmsXmlContentRootLocation
Represents the root of an XML content for a given locale.
Constructor Summary | |
---|---|
CmsXmlContentRootLocation(I_CmsXmlDocument doc,
Locale locale)
Creates a new root location for a given locale. |
Method Summary | |
---|---|
I_CmsXmlDocument |
getDocument()
Returns the XML document. |
Locale |
getLocale()
Returns the locale. |
I_CmsXmlContentValueLocation |
getSubValue(String subPath)
Returns the location for an xpath relative to the current location. |
List<I_CmsXmlContentValueLocation> |
getSubValues(String subPath)
Returns the locations for an xpath relative to the current location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsXmlContentRootLocation(I_CmsXmlDocument doc, Locale locale)
doc
- the XML documentlocale
- the localeMethod Detail |
---|
public I_CmsXmlDocument getDocument()
I_CmsXmlContentLocation
getDocument
in interface I_CmsXmlContentLocation
I_CmsXmlContentLocation.getDocument()
public Locale getLocale()
I_CmsXmlContentLocation
getLocale
in interface I_CmsXmlContentLocation
I_CmsXmlContentLocation.getLocale()
public I_CmsXmlContentValueLocation getSubValue(String subPath)
I_CmsXmlContentLocation
getSubValue
in interface I_CmsXmlContentLocation
subPath
- the relative path
I_CmsXmlContentLocation.getSubValue(java.lang.String)
public List<I_CmsXmlContentValueLocation> getSubValues(String subPath)
I_CmsXmlContentLocation
getSubValues
in interface I_CmsXmlContentLocation
subPath
- the relative path
I_CmsXmlContentLocation.getSubValues(java.lang.String)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |