Table of Contents

Class: DOMImplementation Zope-2.2.1-src/lib/python/OFS/ZDOM.py

DOMImplementation Interface

Methods   
hasFeature
  hasFeature 
hasFeature (
        self,
        feature,
        version=None,
        )

hasFeature - Test if the DOM implementation implements a specific feature. Parameters: feature The package name of the feature to test. In Level 1, the legal values are "HTML" and "XML" (case-insensitive). version This is the version number of the package name to test. In Level 1, this is the string "1.0". If the version is not specified, supporting any version of the feature will cause the method to return true. Return Value true if the feature is implemented in the specified version, false otherwise.


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6