Creates a document.
PODSDocumentMgr
PODSDocument createDocument( PODSString url, PODSDocumentContentType type );
Not applicable
PODSDocument* PODScreateDocument( PODSDocumentMgr* docmgr, PODSString url, PODSDocumentContentType type );
docmgr The PODSDocumentMgr
object.
url [in] The URL for the document.
type [in] Document content type, from the following list (defined in pods.h file): PODS_REDIRECT_TYPE
, PODS_UNKNOWN_TYPE
, PODS_SCRIPT_TYPE
, PODS_IMAGE_TYPE
, PODS_HTML_TYPE
The document created.
Specifying PODS_HTML_TYPE
for type automatically creates a document object, on which you can call the PODSDocument
object's dom.
PODSDocument
object's dom
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |