dotty.tools.dotc.parsing.xml
Type members
Classlikes
This class builds instance of Tree
that represent XML.
This class builds instance of Tree
that represent XML.
Note from martin: This needs to have its position info reworked. I don't understand exactly what's done here. To make validation pass, I set many positions to be transparent. Not sure this is a good idea for navigating XML trees in the IDE but it's the best I can do right now. If someone who understands this part better wants to give it a shot, please do!
- Authors:
Burak Emir
- Version:
1.0
The Utility
object provides utility functions for processing instances
of bound and not bound XML classes, as well as escaping text nodes.
The Utility
object provides utility functions for processing instances
of bound and not bound XML classes, as well as escaping text nodes.
- Authors:
Burak Emir