xml.tokenize vocabulary - Factor Documentation (original) (raw)
xml.tokenize vocabulary
Factor handbook » Vocabulary index
Summary
Basic tools for parsing XML
Metadata
Parents: | xml |
---|---|
Authors: | Daniel Ehrenberg |
Words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( spot -- spot char ) |
![]() |
( quot: ( ch -- ? ) accum spot -- ) |
![]() |
( <-disallowed? ch -- string ) |
![]() |
( ... quot: ( ... char -- ... ? ) spot -- ... ) |
![]() |
( match spot -- sbuf matched? ) |
![]() |
( spot ch -- ) |
![]() |
( pos char -- pos' ) |
![]() |
( -- ) |
![]() |
( string -- ) |
![]() |
( -- ) |
![]() |
( -- ) |
![]() |
( spot -- ) |
![]() |
( pos ch str -- pos' ) |
![]() |
( str -- str ) |
![]() |
( quot: ( ch -- ? ) -- seq ) |
![]() |
( accum -- ) |
![]() |
( accum string -- ) |
![]() |
( accum -- ) |
![]() |
( -- seq ) |
![]() |
( <-disallowed? -- seq ) |
![]() |
( -- string ) |
![]() |
( -- ) |
![]() |
( spot char -- spot ) |
![]() |
( ... quot: ( ... char -- ... ? ) -- ... ) |
![]() |
( str -- quot: ( pos char -- pos ? ) ) |
![]() |
( -- string ) |
![]() |
( match -- string ) |
![]() |
( seq -- string ) |
![]() |
( ... quot: ( ... char -- ... ? ) -- ... string ) |
![]() |
( stream quot -- ) |
Files
resource:basis/xml/tokenize/tokenize.factor
Metadata files
resource:basis/xml/tokenize/authors.txt
resource:basis/xml/tokenize/summary.txt