| Tags: | enterprise, web |
| Authors: | Daniel Ehrenberg |
| Class | Superclass | Slots |
| scope |
| Word | Stack effect |
| ( -- pull-xml ) | |
| ( byte-array -- xml ) | |
| ( stream quot: ( xml-elem -- ) -- ) | |
| ( filename -- dtd ) | |
| ( filename -- xml ) | |
| ( pull -- xml-elem/f ) | |
| ( pull -- xml-event/f ) | |
| ( stream -- dtd ) | |
| ( stream -- xml ) | |
| ( stream -- seq ) | |
| ( string -- dtd ) | |
| ( string -- xml ) | |
| ( string -- xml ) |
| Word | Stack effect |
| ( object -- ? ) |
| Vocabulary | Summary |
| Implements the automatic detection of encodings of XML documents | |
| XML-related character classes | |
| Contains XML data types and basic tools for manipulation | |
| Implements the parsing of directives in DTDs | |
| Implements the parsing of XML tags | |
| Contains built-in XML entities | |
| XML parsing errors | |
| Implements parsing XML names | |
| Primitive device for storing the state of the XML parser | |
| 'Generic words' that dispatch on XML tag names | |
| xml.tests vocabulary | |
| Basic tools for parsing XML | |
| Utilities for traversing an XML DOM tree | |
| Tools for printing XML, including prettyprinting |
| Vocabulary | Summary |
| xml.private vocabulary |