We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like a method like this on scala.xml.Elem
def childElements = child.collect { case e: Elem => e }
So that I can save a few keystrokes when I just want the children that are elements, not all of the children.
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-3336?orig=1 Reporter: @eengbrec
Sorry, something went wrong.
@SethTisue said: The scala-xml library is now community-maintained. Issues with it are now tracked at https://github.com/scala/scala-xml/issues instead of here in the Scala JIRA.
Interested community members: if you consider this issue significant, feel free to open a new issue for it on GitHub, with links in both directions.
No branches or pull requests
I'd like a method like this on scala.xml.Elem
So that I can save a few keystrokes when I just want the children that are elements, not all of the children.
The text was updated successfully, but these errors were encountered: