com.thaiopensource.relaxng.impl
Class StartTagOpenRecoverDerivFunction

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.AbstractPatternFunction
      extended by com.thaiopensource.relaxng.impl.StartTagOpenDerivFunction
          extended by com.thaiopensource.relaxng.impl.StartTagOpenRecoverDerivFunction
All Implemented Interfaces:
PatternFunction

 class StartTagOpenRecoverDerivFunction
extends StartTagOpenDerivFunction


Constructor Summary
StartTagOpenRecoverDerivFunction(Name name, ValidatorPatternBuilder builder)
           
 
Method Summary
(package private)  PatternMemo apply(PatternMemo memo)
           
 Object caseGroup(GroupPattern p)
           
 
Methods inherited from class com.thaiopensource.relaxng.impl.StartTagOpenDerivFunction
caseAfter, caseChoice, caseElement, caseInterleave, caseOneOrMore, caseOther, getName, getPatternBuilder, memoApply
 
Methods inherited from class com.thaiopensource.relaxng.impl.AbstractPatternFunction
caseAttribute, caseData, caseDataExcept, caseEmpty, caseError, caseList, caseNotAllowed, caseRef, caseText, caseValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartTagOpenRecoverDerivFunction

StartTagOpenRecoverDerivFunction(Name name,
                                 ValidatorPatternBuilder builder)
Method Detail

caseGroup

public Object caseGroup(GroupPattern p)
Specified by:
caseGroup in interface PatternFunction
Overrides:
caseGroup in class StartTagOpenDerivFunction

apply

PatternMemo apply(PatternMemo memo)
Overrides:
apply in class StartTagOpenDerivFunction