/src/wrappers/xml/library/shared_xml2_node_cache.e
Specman e | 10 lines | 8 code | 1 blank | 1 comment | 0 complexity | fd1ff868f019da7c8d0e45887942a93e MD5 | raw file
1deferred class SHARED_XML2_NODE_CACHE 2 -- Shared access to XML2_NODE_CACHE singleton 3insert ANY undefine copy, is_equal end 4feature {ANY} 5 cache: XML2_NODE_CACHE 6 once 7 create Result 8 end 9end -- class SHARED_XML2_NODE_CACHE 10