Contents

1   STP: About STP
2   XML to STP and back: Parsing and serializing
3   Class Hierarchy
4   Node: The superclass
5   Hidden slots: Parent nodes and their children
6   More Children: Convenience functions
7   Grandchildren, too: Recursive functions
8   Adopting and Disowning: Changing the node hierarchy
9   Elements
10   Elements (2): Example
11   Attributes
12   Attributes (2): Attribute nodes
13   Accessing attribute values directly
14   make-attribute: Example
15   Namespaces: No xmlns attributes: Namespaces declared implicitly
16   Namespaces checked strictly
17   Extra Namespaces: Namespaces declared explicitly
18   Documents
19   Easy Classes: comment, text, processing-instruction
20   document-type
21   MORE STRICTNESS: Other well-formedness checks
22   SERIALIZE examples
23   Printed representation
24   STP for Closure XML