![JAR search and dependency download from the Maven repository](/logo.png)
com.thaiopensource.xml.infer.SequenceParticle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trang Show documentation
Show all versions of trang Show documentation
Trang, a multi-format schema converter based on RELAX NG.
package com.thaiopensource.xml.infer;
public class SequenceParticle extends BinaryParticle {
public SequenceParticle(Particle p1, Particle p2) {
super(p1, p2);
}
public Object accept(ParticleVisitor visitor) {
return visitor.visitSequence(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy