Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XOBVRPCI

Package: VistALink

Routine: XOBVRPCI


Information

XOBVRPCI ;; ld,mjk/alb - VistaLink Interface Implementation for RPCs; 07/27/2002 13:00

Source Information

Source file <XOBVRPCI.m>

Entry Points

Name Comments DBIA/ICR reference
CALLBACK(CB) ; -- init callbacks implementation
READER(XOBUF,XOBDATA) ; -- proprietary format reader implementation
REQHDLR(XOBDATA) ; -- request handler implementation
ELEST(ELE,ATR) ; -- element start event handler
ELEND(ELE) ; -- element end event handler
CHR(TEXT) ; -- character value event handler <tag>TEXT</tag)
; -- need to concatenate because MXML parses on ENTITY characters (<>& etc.) and
; callback gets hit multiple times even though the tag text value is just one piece of data.
; (Yes, this seems kludgie!)
Info |  Source |  Entry Points