xml vocabulary - Factor Documentation (original) (raw)
Documentation
XML parser
Metadata
Tags: | enterprise, web, xml |
---|---|
Authors: | Daniel Ehrenberg |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
scope |
Ordinary words
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 ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:basis/xml/xml.factor
resource:basis/xml/xml-docs.factor
resource:basis/xml/tests/xmltest.factor
resource:basis/xml/tests/xmode-dtd.factor
resource:basis/xml/tests/templating.factor
resource:basis/xml/tests/soap.factor
resource:basis/xml/tests/state-parser-tests.factor
resource:basis/xml/tests/test.factor
resource:basis/xml/tests/cdata.factor
resource:basis/xml/tests/encodings.factor
resource:basis/xml/tests/funny-dtd.factor
Metadata files
resource:basis/xml/authors.txt
resource:basis/xml/summary.txt
resource:basis/xml/tags.txt
Children from resource:basis
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 |
![]() |
|
![]() |
Basic tools for parsing XML |
![]() |
Utilities for traversing an XML DOM tree |
![]() |
Tools for printing XML, including prettyprinting |