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