kawa.standard
Class IfFeature

java.lang.Object
  extended by kawa.standard.IfFeature

public class IfFeature
extends java.lang.Object


Constructor Summary
IfFeature()
           
 
Method Summary
static boolean hasFeature(java.lang.String name)
           
static boolean testFeature(java.lang.Object form)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfFeature

public IfFeature()
Method Detail

testFeature

public static boolean testFeature(java.lang.Object form)

hasFeature

public static boolean hasFeature(java.lang.String name)