Parser - setFeature
Specification
procedure setFeature
(Self : in DOMParser;
featName : in DOMString;
state : in Boolean);
Description
Set the state of a feature.
It is possible for Parser to recognize a feature name but to be unable to set its value.
Parameters
| featName | Name of the feature. | | state | The requested state of the feature (true or false). |
Standard
Functionality will be introduced in DOM Level 3 Load and Save (not yet standardized). As it is, this method is implementation specific.
parseURI
canSetFeature
setFeature
getFeature
set_ErrorHandler
e-Mail: denny@nodix.de
|