has_feature method
has_feature
Test if the DOM implementation implements a specific feature and version, as specified in DOM Features.
Returns
true
if the specified feature has feature; otherwise, false
.
def has_feature(self):
...
See Also
- module
aspose.html.dom
- class
IDOMImplementation