<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<AuditRecord>
===============================================
  AuditRecord - class to represent Font Audit error record
===============================================
Note that objects of this class cannot be created explicitly,
they are only generated as a result of <cl>Glyph</cl>().Audit() operation
<CONSTRUCTOR>
  There is no explicit constructor for object of this type
</CONSTRUCTOR>
	<ATTRIBUTES>
  ++ all attributes of this class are read-only
  parent                - parent object, <cl>Glyph</cl>
  position or p (<cl>Point</cl>) - position of the audit mark as a Point object
  id (string)           - name of the error
  description (string)  - description of the error
  index (integer)       - Node index in the glyph to which error is attched
</ATTRIBUTES>
	<OPERATIONS>
  none
</OPERATIONS>
	<METHODS>
  CanBeFixed() - returns True if this error can be automatically fixed
  Repair()     - tries to automatically fix error
</METHODS>
</AuditRecord>
