processing-instruction - Factor Documentation

processing-instruction


Vocabulary
modern .html

Definition
IN: modern.html

TUPLE: processing-instruction open target props close ;


Methods
USING: combinators modern.html ;

M: processing-instruction walk-html ( obj -- ) call-effect ;


USING: accessors combinators make modern.html ;

M: processing-instruction write-html
{
[ open>> % ]
[ target>> % ]
[ props>> write-props ]
[ close>> % ]
} cleave ;

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