FILE /usr/common/lib/dtd_unqable.c NAME from_unq_text - parse the UNQable object from UNQ in text form PROTOTYPE void from_unq_text(string unq_text) CALLED BY Anybody DESCRIPTION Parse the object from UNQ data. For more information about parsed UNQ format, see basic_unq_parse in the basic_unq_parser object. The default implementation of this method calls from_unq in the given object, so you should override this method or that one (or both). This function isn't access-protected. You should access-protect your version of this and all other inherited functions, including upgraded() and destructed(). RETURN VALUE Nothing. ERRORS Usually none. SEE ALSO from_dtd_unq, basic_unq_parser:basic_unq_parse