Represent the Documentation of all ZCML namespaces.
This documentation is implemented using a simple IReadContainer. The items of the container.
description
(type:
Message
)
u'\n This module presents you with a complete list of ZCML directives and\n serves therefore well as reference. The menu provides you with a tree that\n organizes the directives by namespaces.\n\n The documentation contents for each directive tells you all the available\n attributes and their semantics. It also provides a link to the interface\n the directive confirms to. If available, it will even tell you the\n file the directive was declared in. At the end a list of available\n subdirectives is given, also listing the implemented interface and\n available attributes.\n '
title
(type:
Message
)
u'ZCML Reference'
get(key, default=None)
See zope.app.container.interfaces.IReadContainer
Get the namespace by name; long and abbreviated names work.
items()
See zope.app.container.interfaces.IReadContainer
keys()
values()
There are no known subclasses.