Xml Parser\Serializer for PCL and AOT support (IOS)

Hello!
So far PCL does not support XmlDocument. I would like to use it instead of XmlSerializer because it gives me more flexibility.

There is official XDocument, that AFAIK works with PCL. Does this work with IOS ahead of time compilation?

Are there any alternatives with DOM-style API?