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