Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common interface for Element and Elements #251

Open
jevonmao opened this issue Sep 15, 2023 · 0 comments
Open

Common interface for Element and Elements #251

jevonmao opened this issue Sep 15, 2023 · 0 comments

Comments

@jevonmao
Copy link

It will be really convenient if SwiftSoup implements something like a parent class or protocol that encapsulates common methods between Element and Elements like .attr(). Right now I have to copy paste a lot of redundant code, even thought the method call and signature are exactly the same to handle Element and Elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant