lib/serialization: add README.md
[nit.git] / lib / saxophonit / reader_model.nit
index ff2299a..a5e1365 100644 (file)
@@ -36,6 +36,7 @@ class XophonReaderModel
        # “Namespaces in XML”.
        private var qname_re: Regex = "^[^:]+(:[^:]+)?$".to_re
 
+       # The locator that is used to indicate the current location.
        var locator: nullable SAXLocatorImpl = null is writable