org.opencms.jsp
Interface I_CmsXmlContentContainer

All Superinterfaces:
I_CmsResourceContainer
All Known Implementing Classes:
CmsJspTagContentLoad, CmsJspTagContentLoop

public interface I_CmsXmlContentContainer
extends I_CmsResourceContainer

Provides access to a I_CmsXmlDocument document that was previously loaded by a parent tag.

Since:
6.2.0

Method Summary
 I_CmsXmlDocument getXmlDocument()
          Returns the currently loaded OpenCms XML content document.
 String getXmlDocumentElement()
          Returns the currently selected element name in the loaded XML content document.
 Locale getXmlDocumentLocale()
          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, hasMoreResources, isPreloader
 

Method Detail

getXmlDocument

I_CmsXmlDocument getXmlDocument()
Returns the currently loaded OpenCms XML content document.

Returns:
the currently loaded OpenCms XML content document

getXmlDocumentElement

String 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

Locale 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