com.thaiopensource.relaxng.impl
Class IgnoreMissingAttributesFunction

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

 class IgnoreMissingAttributesFunction
extends EndAttributesFunction


Constructor Summary
IgnoreMissingAttributesFunction(ValidatorPatternBuilder builder)
           
 
Method Summary
(package private)  PatternMemo apply(PatternMemo memo)
           
 Object caseAttribute(AttributePattern p)
           
 
Methods inherited from class com.thaiopensource.relaxng.impl.EndAttributesFunction
caseAfter, caseChoice, caseGroup, caseInterleave, caseOneOrMore, caseOther, getPatternBuilder, memoApply
 
Methods inherited from class com.thaiopensource.relaxng.impl.AbstractPatternFunction
caseData, caseDataExcept, caseElement, 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

IgnoreMissingAttributesFunction

IgnoreMissingAttributesFunction(ValidatorPatternBuilder builder)
Method Detail

caseAttribute

public Object caseAttribute(AttributePattern p)
Specified by:
caseAttribute in interface PatternFunction
Overrides:
caseAttribute in class EndAttributesFunction

apply

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