com.thaiopensource.relaxng.impl
Class InconsistentDataDerivType

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.DataDerivType
      extended by com.thaiopensource.relaxng.impl.InconsistentDataDerivType

 class InconsistentDataDerivType
extends DataDerivType


Field Summary
private static InconsistentDataDerivType instance
           
 
Constructor Summary
private InconsistentDataDerivType()
           
 
Method Summary
(package private)  DataDerivType combine(DataDerivType ddt)
           
(package private)  DataDerivType copy()
           
(package private) static InconsistentDataDerivType getInstance()
           
 
Methods inherited from class com.thaiopensource.relaxng.impl.DataDerivType
dataDeriv
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static final InconsistentDataDerivType instance
Constructor Detail

InconsistentDataDerivType

private InconsistentDataDerivType()
Method Detail

getInstance

static InconsistentDataDerivType getInstance()

combine

DataDerivType combine(DataDerivType ddt)
Specified by:
combine in class DataDerivType

copy

DataDerivType copy()
Specified by:
copy in class DataDerivType