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

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<Replace>
===============================================
  Replace - class to represent item of hint replacment program
===============================================
<rm>Replace.__doc__ reports only 'Replace'

... so use this information with care</rm>
<CONSTRUCTOR>
  Replace()             - generic constructor, creates an empty replace item
  Replace(Replace)      - copy constructor
  Replace(<cl>Hint</cl>)
  Replace(<cl>Node</cl>)
  Replace(Int type,Int index)
</CONSTRUCTOR>
<ATTRIBUTES>
  parent (read-only)      - Replace's parent object, <cl>Glyph</cl>
  type (integer)
  index (integer)
</ATTRIBUTES>
<OPERATIONS>
  <rm>don't know</rm>
</OPERATIONS>
<METHODS>
  <rm>don't know</rm>
</METHODS>
<REMARKS>
  To use attribute object, Replase must have valid parent
  To assign a Node, Node must not be an orphan
  To assign a Hint, Hint must not be an orphan
</REMARKS>
</Replace>
