xml vocabulary
Factor handbook » Vocabulary index


Documentation
XML parser

Metadata
Tags:enterprise, web, xml
Authors:Daniel Ehrenberg


Words

Tuple classes
ClassSuperclassSlots
Image pull-xmlImage tuplescope


Ordinary words
WordStack effect
Image <pull-xml>( -- pull-xml )
Image bytes>xml( byte-array -- xml )
Image each-element( stream quot: ( xml-elem -- ) -- )
Image file>dtd( filename -- dtd )
Image file>xml( filename -- xml )
Image pull-elem( pull -- xml-elem/f )
Image pull-event( pull -- xml-event/f )
Image read-dtd( stream -- dtd )
Image read-xml( stream -- xml )
Image read-xml-chunk( stream -- seq )
Image string>dtd( string -- dtd )
Image string>xml( string -- xml )
Image string>xml-chunk( string -- xml )


Class predicate words
WordStack effect
Image pull-xml?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
Image xml.autoencodingImplements the automatic detection of encodings of XML documents
Image xml.char-classesXML-related character classes
Image xml.dataContains XML data types and basic tools for manipulation
Image xml.dtdImplements the parsing of directives in DTDs
Image xml.elementsImplements the parsing of XML tags
Image xml.entitiesContains built-in XML entities
Image xml.errorsXML parsing errors
Image xml.nameImplements parsing XML names
Image xml.statePrimitive device for storing the state of the XML parser
Image xml.syntax'Generic words' that dispatch on XML tag names
Image xml.tests
Image xml.tokenizeBasic tools for parsing XML
Image xml.traversalUtilities for traversing an XML DOM tree
Image xml.writerTools for printing XML, including prettyprinting