com.thaiopensource.relaxng
Class SchemaOptions

java.lang.Object
  |
  +--com.thaiopensource.relaxng.SchemaOptions

public class SchemaOptions
extends Object


Field Summary
static SchemaOptions ATTRIBUTES
           
static SchemaOptions CHECK_ID_IDREF
           
static SchemaOptions FEASIBLE
           
static SchemaOptions NONE
           
 
Method Summary
 SchemaOptions add(SchemaOptions options)
           
 boolean contains(SchemaOptions other)
           
 SchemaOptions remove(SchemaOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final SchemaOptions NONE

CHECK_ID_IDREF

public static final SchemaOptions CHECK_ID_IDREF

FEASIBLE

public static final SchemaOptions FEASIBLE

ATTRIBUTES

public static final SchemaOptions ATTRIBUTES
Method Detail

contains

public boolean contains(SchemaOptions other)

add

public SchemaOptions add(SchemaOptions options)

remove

public SchemaOptions remove(SchemaOptions options)