[创建以root为根节点的document]
<p><strong>方法签名:</strong> </p>
<p><code>buildDoc()</code></p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>快速生成以root为根节点的document</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>参数传入示例</strong></p>
<pre><code></code></pre>
<p><strong>函数调用示例</strong></p>
<pre><code>Document doc = buildDoc();
return doc; //此操作将把当前document对象替换为doc</code></pre>
<p><strong>函数返回说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">object</td>
<td>空document对象</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>&lt;root dee_isNull=true&gt;
&lt;/root&gt;</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>
</li>
</ul>