Phantasmal Site > Phantasmal API > API Listing > set_dtd
API Function: set_dtd
- Summary:
- set the DTD for the UNQable object
- Defined In LPC Object:
- /usr/common/lib/dtd_unqable.c
- Prototype:
- void set_dtd(object new_dtd)
- Can Be Called By:
- Anybody
- Description:
-
Set the DTD of the object to the one specified. That's so that
the UNQable object can use that DTD for parsing things it
reads.
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:
- set_dtd_text ,
set_dtd_file
|