You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
The “abstract” classes in haxe-xpath are pretty ugly because abstract classes don’t exist in Haxe and have to be simulated.
In most cases these would be better if we externalized the concrete methods into another class, and replaced the “abstract” classes with an interface.
The text was updated successfully, but these errors were encountered: