Update wave_ixml_reader.py

This commit is contained in:
Jamie Hardt
2019-06-29 21:50:20 -07:00
committed by GitHub
parent 792e5505b6
commit 45c2aae640

View File

@@ -27,6 +27,13 @@ class WavIXMLFormat:
if e is not None:
return e.text
@property
def raw_xml(self):
"""
The root entity of the iXML document.
"""
return self.parsed
@property
def project(self):
"""