dotty.tools.dotc.parsing.xml
package dotty.tools.dotc.parsing.xml
Members list
Type members
Classlikes
object MarkupParsers
This trait ...
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!
Attributes
- Authors:
-
Burak Emir
- Version
-
1.0
- Supertypes
- Known subtypes
-
object symbXMLBuilder
object Utility
The Utility
object provides utility functions for processing instances of bound and not bound XML classes, as well as escaping text nodes.
In this article