| author: Ohad Serfaty author: A class for building DOM documents from mozilla's content sink instructions author: supported operations are : OpenNode CloseNode AddText author: AddLeaf WriteAttributeKey - in pair with the next author: op : WriteAttributeValue CloseLead AddComment AddEntity author: Unsupported ( fot the time being ) : AddInstruction AddTitle author: Note that this class is reusable , you can use reset() to clear the content author: of the dom. |