xml.dtd vocabulary - Factor Documentation (original) (raw)

xml.dtd vocabulary
Factor handbook » Vocabulary index

Summary
Implements the parsing of directives in DTDs

Metadata

Parents: xml
Authors: Daniel Ehrenberg

Words

Union classes

dtd-acceptable

Ordinary words

Word Stack effect
take-attlist-decl ( -- attlist-decl )
take-decl-contents ( -- first second )
take-element-decl ( -- element-decl )
take-entity-decl ( -- entity-decl )
take-entity-def ( var -- entity-name entity-def )
take-inner-directive ( string -- directive )
take-notation-decl ( -- notation-decl )

Class predicate words

Word Stack effect
dtd-acceptable? ( object -- ? )

Files

resource:basis/xml/dtd/dtd.factor

Metadata files

resource:basis/xml/dtd/authors.txt
resource:basis/xml/dtd/summary.txt