com.thaiopensource.relaxng.impl
Class StartAttributeDerivFunction
java.lang.Object
com.thaiopensource.relaxng.impl.AbstractPatternFunction
com.thaiopensource.relaxng.impl.StartTagOpenDerivFunction
com.thaiopensource.relaxng.impl.StartAttributeDerivFunction
- All Implemented Interfaces:
- PatternFunction
class StartAttributeDerivFunction
- extends StartTagOpenDerivFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartAttributeDerivFunction
StartAttributeDerivFunction(Name name,
ValidatorPatternBuilder builder)
caseElement
public Object caseElement(ElementPattern p)
- Specified by:
caseElement
in interface PatternFunction
- Overrides:
caseElement
in class StartTagOpenDerivFunction
caseGroup
public Object caseGroup(GroupPattern p)
- Specified by:
caseGroup
in interface PatternFunction
- Overrides:
caseGroup
in class StartTagOpenDerivFunction
caseAttribute
public Object caseAttribute(AttributePattern p)
- Specified by:
caseAttribute
in interface PatternFunction
- Overrides:
caseAttribute
in class AbstractPatternFunction
apply
PatternMemo apply(PatternMemo memo)
- Overrides:
apply
in class StartTagOpenDerivFunction