Phantasmal Site > Phantasmal API > API Listing > from_dtd_unq
API Function: from_dtd_unq
- Summary:
- parse the UNQable object from DTD-parsed UNQ data
- Defined In LPC Object:
- /usr/common/lib/dtd_unqable.c
- Prototype:
- void from_dtd_unq(mixed *unq_data)
- Can Be Called By:
- Anybody
- Description:
-
Parse the object from a structured data format, as though that
data had just been parsed with a DTD (which it may have been).
For more information about preparsed DTD UNQ format, see
parse_to_dtd in the UNQ_DTD object. This method's default
implementation raises an error to let you know you should
implement it if you want to use it.
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_unq ,
to_dtd_unq ,
basic_unq_parser:basic_unq_parse
|