module documentation

zmslinkelement.py

Link element implementation for ZMS content trees.

This module defines the link-element content type used to reference, embed, proxy, and render other ZMS objects. It contains the link-specific exception type and the ZMSLinkElement implementation that resolves internal references, supports recursive embedding through proxy objects, and delegates navigation/printing/title access to referenced content when appropriate.

License: GNU General Public License v2 or later, Organization: ZMS Publishing

Class ZMSLinkElement Represent a link element that can resolve, embed, or proxy other content.
Exception ConstraintViolation Signal that a link element update violates an embedding constraint.