push-item ( item -- ) - Factor Documentation

push-item ( item -- )


Vocabulary
xml .syntax .private

Inputs
item an object


Outputs
None

Definition
IN: xml.syntax.private

GENERIC: push-item ( item -- )


Methods
USING: make math present xml.syntax.private ;

M: number push-item present , ;


USING: kernel make present xml.syntax.private ;

M: object push-item present , ;


USING: kernel make sequences xml.data xml.syntax.private ;

M: sequence push-item
dup xml-data? [ , ] [ [ push-item ] each ] if ;


USING: make strings xml.syntax.private ;

M: string push-item , ;


USING: make xml.data xml.syntax.private ;

M: xml-chunk push-item % ;


USING: make xml.data xml.syntax.private ;

M: xml-data push-item , ;


USING: accessors kernel xml.data xml.syntax.private ;

M: xml push-item
[ before>> push-item ] [ body>> push-item ]
[ after>> push-item ] tri ;

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