Skip to content

Commit

Permalink
Merge branch 'raineorshine-getXmlElement'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Feb 9, 2024
2 parents 415a645 + ce06b2a commit f54ea62
Show file tree
Hide file tree
Showing 5 changed files with 776 additions and 392 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -739,6 +739,8 @@ type. Doesn't log types that have not been defined (using
<dd>Define a shared Y.Map type. Is equivalent to <code>y.get(string, Y.Map)</code>.</dd>
<b><code>getText(string):Y.Text</code></b>
<dd>Define a shared Y.Text type. Is equivalent to <code>y.get(string, Y.Text)</code>.</dd>
<b><code>getXmlElement(string, string):Y.XmlElement</code></b>
<dd>Define a shared Y.XmlElement type. Is equivalent to <code>y.get(string, Y.XmlElement)</code>.</dd>
<b><code>getXmlFragment(string):Y.XmlFragment</code></b>
<dd>Define a shared Y.XmlFragment type. Is equivalent to <code>y.get(string, Y.XmlFragment)</code>.</dd>
<b><code>on(string, function)</code></b>
Expand Down

0 comments on commit f54ea62

Please sign in to comment.