![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
client::DOMException::DOMException | ( | ) |
client::DOMException::DOMException | ( | const String & | message | ) |
double client::DOMException::get_ABORT_ERR | ( | ) |
double client::DOMException::get_code | ( | ) |
double client::DOMException::get_DATA_CLONE_ERR | ( | ) |
double client::DOMException::get_DOMSTRING_SIZE_ERR | ( | ) |
double client::DOMException::get_HIERARCHY_REQUEST_ERR | ( | ) |
double client::DOMException::get_INDEX_SIZE_ERR | ( | ) |
double client::DOMException::get_INUSE_ATTRIBUTE_ERR | ( | ) |
double client::DOMException::get_INVALID_ACCESS_ERR | ( | ) |
double client::DOMException::get_INVALID_CHARACTER_ERR | ( | ) |
double client::DOMException::get_INVALID_MODIFICATION_ERR | ( | ) |
double client::DOMException::get_INVALID_NODE_TYPE_ERR | ( | ) |
double client::DOMException::get_INVALID_STATE_ERR | ( | ) |
String* client::DOMException::get_message | ( | ) |
String* client::DOMException::get_name | ( | ) |
double client::DOMException::get_NAMESPACE_ERR | ( | ) |
double client::DOMException::get_NETWORK_ERR | ( | ) |
double client::DOMException::get_NO_DATA_ALLOWED_ERR | ( | ) |
double client::DOMException::get_NO_MODIFICATION_ALLOWED_ERR | ( | ) |
double client::DOMException::get_NOT_FOUND_ERR | ( | ) |
double client::DOMException::get_NOT_SUPPORTED_ERR | ( | ) |
double client::DOMException::get_PARSE_ERR | ( | ) |
DOMException* client::DOMException::get_prototype | ( | ) |
double client::DOMException::get_QUOTA_EXCEEDED_ERR | ( | ) |
double client::DOMException::get_SECURITY_ERR | ( | ) |
double client::DOMException::get_SERIALIZE_ERR | ( | ) |
double client::DOMException::get_SYNTAX_ERR | ( | ) |
double client::DOMException::get_TIMEOUT_ERR | ( | ) |
double client::DOMException::get_TYPE_MISMATCH_ERR | ( | ) |
double client::DOMException::get_URL_MISMATCH_ERR | ( | ) |
double client::DOMException::get_VALIDATION_ERR | ( | ) |
double client::DOMException::get_WRONG_DOCUMENT_ERR | ( | ) |
void client::DOMException::set_prototype | ( | DOMException * | ) |
String* client::DOMException::toString | ( | ) |