Package org.opencms.jsp
Interface I_CmsXmlContentContainer
- All Superinterfaces:
I_CmsResourceContainer
- All Known Implementing Classes:
CmsJspTagContentLoad
,CmsJspTagContentLoop
Provides access to a
I_CmsXmlDocument
document that was previously loaded by a parent tag.- Since:
- 6.2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently loaded OpenCms XML content document.Returns the currently selected element name in the loaded XML content document.Returns the currently selected locale used for acessing the content in the loaded XML content document.Methods inherited from interface org.opencms.jsp.I_CmsResourceContainer
getCollectorName, getCollectorParam, getCollectorResult, getResource, getResourceName, hasMoreContent, hasMoreResources, isPreloader
-
Method Details
-
getXmlDocument
Returns the currently loaded OpenCms XML content document.- Returns:
- the currently loaded OpenCms XML content document
-
getXmlDocumentElement
Returns the currently selected element name in the loaded XML content document.- Returns:
- the currently selected element name in the loaded XML content document
-
getXmlDocumentLocale
Returns the currently selected locale used for acessing the content in the loaded XML content document.- Returns:
- the currently selected locale used for acessing the content in the loaded XML content document
-