[x3d-public] Wishlist: X3DJSAIL X3DConcreteElement.java--- querySelectorAll()
John Carlson
yottzumm at gmail.com
Fri Feb 16 02:14:20 PST 2024
There's this in X3DConcretedElement.java
abstract public X3DConcreteElement findElementByNameValue(String nameValue,
String elementName);
abstract public X3DConcreteElement findElementByNameValue(String
nameValue); // required interface
I would also like findElementsByTagName(), or a more general
querySelectorAll()
Or just a generic way to look up instances by classname (possibly slow).
Note the plural, Elements, I am querying for multiple humanoids.
Thanks,
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20240216/c513f5fb/attachment.html>
More information about the x3d-public
mailing list