
com.thaiopensource.relaxng.edit.NotAllowedPattern Maven / Gradle / Ivy
package com.thaiopensource.relaxng.edit;
public class NotAllowedPattern extends Pattern {
public NotAllowedPattern() {
}
public T accept(PatternVisitor visitor) {
return visitor.visitNotAllowed(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy