com.thaiopensource.relaxng.impl
Class SingleDataDerivType
java.lang.Object
com.thaiopensource.relaxng.impl.DataDerivType
com.thaiopensource.relaxng.impl.SingleDataDerivType
class SingleDataDerivType
- extends DataDerivType
DerivType for a Pattern whose derivative wrt any data is always the same.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
memo
private PatternMemo memo
SingleDataDerivType
SingleDataDerivType()
dataDeriv
PatternMemo dataDeriv(ValidatorPatternBuilder builder,
Pattern p,
String str,
ValidationContext vc)
- Overrides:
dataDeriv
in class DataDerivType
copy
DataDerivType copy()
- Specified by:
copy
in class DataDerivType
combine
DataDerivType combine(DataDerivType ddt)
- Specified by:
combine
in class DataDerivType