[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.5.2 Usage
- Function: xml-token? _
-- Scheme Procedure: pair? x Return `#t' if X is a pair; otherwise return `#f'.
- Function: attlist-null? _
-- Scheme Procedure: null? x Return `#t' iff X is the empty list, else `#f'.
- Function: define-parsed-entity! entity str
Define a new parsed entity. entity should be a symbol.
Instances of &entity; in XML text will be replaced with the string str, which will then be parsed.
- Function: reset-parsed-entity-definitions!
Restore the set of parsed entity definitions to its initial state.
- Special Form: ssax:make-elem-parser my-new-level-seed my-finish-element my-char-data-handler my-pi-handlers
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on February 3, 2012 using texi2html 5.0.