|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"SVGException.idl";
Public Member Functions | |
| DOMString | toString () |
Public Attributes | |
| readonly attribute unsigned short | code |
| readonly attribute DOMString | name |
| readonly attribute DOMString | message |
| const unsigned short | SVG_WRONG_TYPE_ERR = 0 |
| const unsigned short | SVG_INVALID_VALUE_ERR = 1 |
| const unsigned short | SVG_MATRIX_NOT_INVERTABLE = 2 |
| DOMString SVGException::toString | ( | ) |
| const unsigned short SVGException::SVG_INVALID_VALUE_ERR = 1 |
| const unsigned short SVGException::SVG_MATRIX_NOT_INVERTABLE = 2 |
| const unsigned short SVGException::SVG_WRONG_TYPE_ERR = 0 |
1.8.13