All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thaiopensource.xml.infer.TextParticle Maven / Gradle / Ivy

The newest version!
package com.thaiopensource.xml.infer;

public class TextParticle extends Particle {
  public Object accept(ParticleVisitor visitor) {
    return visitor.visitText(this);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy