read struct refs as array

This commit is contained in:
Kevin Jahns
2019-04-10 18:52:22 +02:00
parent 52ec698635
commit 654510f3ff
8 changed files with 161 additions and 177 deletions

View File

@@ -173,7 +173,7 @@ export class YXmlFragment extends AbstractType {
* Returns all YXmlElements that match the query.
* Similar to Dom's {@link querySelectorAll}.
*
* TODO: Does not yet support all queries. Currently only query by tagName.
* @todo Does not yet support all queries. Currently only query by tagName.
*
* @param {CSS_Selector} query The query on the children
* @return {Array<YXmlElement|YXmlText|YXmlHook|null>} The elements that match this query.