Remove get from API docs of XML types.

This commit is contained in:
Brian E. Granger 2020-10-18 09:41:20 -07:00
parent b01247bff7
commit 57ad4da33a

View File

@ -455,8 +455,6 @@ or any of its children.
<dd></dd>
<b><code>delete(index:number, length:number)</code></b>
<dd></dd>
<b><code>get(index:number)</code></b>
<dd></dd>
<b><code>length:number</code></b>
<dd></dd>
<b><code>toArray():Array&lt;Y.XmlElement|Y.XmlText|YXmlHook&gt;</code></b>
@ -514,8 +512,6 @@ content and be actually XML compliant.
<dd></dd>
<b><code>delete(index:number, length:number)</code></b>
<dd></dd>
<b><code>get(index:number)</code></b>
<dd></dd>
<b><code>length:number</code></b>
<dd></dd>
<b><code>setAttribute(attributeName:string, attributeValue:string)</code></b>