com.thaiopensource.relaxng.impl
Class DataDerivType
java.lang.Object
com.thaiopensource.relaxng.impl.DataDerivType
- Direct Known Subclasses:
- BlankDataDerivType, DataDataDerivType, InconsistentDataDerivType, SingleDataDerivType, ValueDataDerivType
abstract class DataDerivType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDerivType
DataDerivType()
copy
abstract DataDerivType copy()
combine
abstract DataDerivType combine(DataDerivType ddt)
dataDeriv
PatternMemo dataDeriv(ValidatorPatternBuilder builder,
Pattern p,
String str,
ValidationContext vc)