com.thaiopensource.relaxng.impl
Class RecoverAfterFunction
java.lang.Object
com.thaiopensource.relaxng.impl.AbstractPatternFunction
com.thaiopensource.relaxng.impl.RecoverAfterFunction
- All Implemented Interfaces:
- PatternFunction
class RecoverAfterFunction
- extends AbstractPatternFunction
Methods inherited from class com.thaiopensource.relaxng.impl.AbstractPatternFunction |
caseAttribute, caseData, caseDataExcept, caseElement, caseEmpty, caseError, caseGroup, caseInterleave, caseList, caseNotAllowed, caseOneOrMore, caseRef, caseText, caseValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
private final ValidatorPatternBuilder builder
RecoverAfterFunction
RecoverAfterFunction(ValidatorPatternBuilder builder)
caseOther
public Object caseOther(Pattern p)
- Specified by:
caseOther
in class AbstractPatternFunction
caseChoice
public Object caseChoice(ChoicePattern p)
- Specified by:
caseChoice
in interface PatternFunction
- Overrides:
caseChoice
in class AbstractPatternFunction
caseAfter
public Object caseAfter(AfterPattern p)
- Specified by:
caseAfter
in interface PatternFunction
- Overrides:
caseAfter
in class AbstractPatternFunction