Phantasmal Site > Phantasmal API > API Listing > from_unq_text
API Function: from_unq_text
- Summary:
- parse the UNQable object from UNQ in text form
- Defined In LPC Object:
- /usr/common/lib/dtd_unqable.c
- Prototype:
- void from_unq_text(string unq_text)
- Can Be 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
|