⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opencms-configuration.dtd

📁 cms是开源的框架
💻 DTD
字号:
<!-- 
# The root configuration node is called <opencms> for all OpenCms configurations.
-->
<!ELEMENT opencms (configuration)>

<!--
# <configuration> node:
#
# Each class that handles a configuration node must be 'declared"
# in the configuration node. This allows better separation of the
# Java code functionality.
#
# You must provide the name of a class that provides the 
# org.opencms.configuration.I_CmsXmlConfiguration interface.
#
# You can also optionally provide the location of a file in the "real" 
# file system that contains the XML. If you do not provide this attribute,
# the instanciated configuration class must provide the file name.
-->

<!ELEMENT configuration (config+)>
<!ELEMENT config EMPTY>
<!ATTLIST config class CDATA #REQUIRED>
<!ATTLIST config file CDATA #IMPLIED>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -