write-string ( obj -- ) - Factor Documentation

write-string ( obj -- )


Vocabulary
modern .html

Inputs
obj an object


Outputs
None

Definition
IN: modern.html

GENERIC: write-string ( obj -- )


Methods
USING: accessors make modern.html ;

M: cdata write-string value>> % ;


USING: accessors make modern.html ;

M: dquote write-string payload>> % ;


USING: accessors modern.html ;

M: open-tag write-string children>> write-string ;


USING: make modern.html sequences ;

M: sequence write-string [ write-string "\n" % ] each ;


USING: make modern.html sequences strings unicode ;

M: string write-string [ blank? ] trim [ % ] unless-empty ;

AltStyle によって変換されたページ (->オリジナル) /