Printed representation

Structure-like output for copy&paste in the REPL
CL-USER> (stp:make-document (stp:make-element "list"))
#.(STP:DOCUMENT
   :CHILDREN '(#.(STP:ELEMENT
                  #| :PARENT of type DOCUMENT |#
                  :LOCAL-NAME "list")))