<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
-->
<object xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="urn:xmlliterate.schema" name="datatable">
<description>A table of data</description>
<classname>tgl_datatable</classname>
<members>
<typedobjvectortype name="rows">
<description>The rows of the table.</description>
<reftype>tablerow</reftype>
</typedobjvectortype>
</members>
<methods>
<method name="get_block">
<inheritance>override</inheritance>
<implementations>
<xi:include href="cpp/return_null.xml"/>
</implementations>
</method>
</methods>
</object>