com.thaiopensource.relaxng.impl
Class BlankDataDerivType
java.lang.Object
com.thaiopensource.relaxng.impl.DataDerivType
com.thaiopensource.relaxng.impl.BlankDataDerivType
class BlankDataDerivType
- extends DataDerivType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blankMemo
private PatternMemo blankMemo
nonBlankMemo
private PatternMemo nonBlankMemo
BlankDataDerivType
BlankDataDerivType()
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