com.thaiopensource.relaxng.impl
Class MixedTextDerivFunction
java.lang.Object
com.thaiopensource.relaxng.impl.AbstractPatternFunction
com.thaiopensource.relaxng.impl.EndAttributesFunction
com.thaiopensource.relaxng.impl.MixedTextDerivFunction
- All Implemented Interfaces:
- PatternFunction
class MixedTextDerivFunction
- extends EndAttributesFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MixedTextDerivFunction
MixedTextDerivFunction(ValidatorPatternBuilder builder)
caseText
public Object caseText(TextPattern p)
- Specified by:
caseText
in interface PatternFunction
- Overrides:
caseText
in class AbstractPatternFunction
caseGroup
public Object caseGroup(GroupPattern p)
- Specified by:
caseGroup
in interface PatternFunction
- Overrides:
caseGroup
in class EndAttributesFunction
caseInterleave
public Object caseInterleave(InterleavePattern p)
- Specified by:
caseInterleave
in interface PatternFunction
- Overrides:
caseInterleave
in class EndAttributesFunction
caseOneOrMore
public Object caseOneOrMore(OneOrMorePattern p)
- Specified by:
caseOneOrMore
in interface PatternFunction
- Overrides:
caseOneOrMore
in class EndAttributesFunction
caseOther
public Object caseOther(Pattern p)
- Overrides:
caseOther
in class EndAttributesFunction
apply
PatternMemo apply(PatternMemo memo)
- Overrides:
apply
in class EndAttributesFunction