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

com.thaiopensource.relaxng.output.xsd.basic.Particle Maven / Gradle / Ivy

The newest version!
package com.thaiopensource.relaxng.output.xsd.basic;

import com.thaiopensource.relaxng.edit.SourceLocation;

public abstract class Particle extends Annotated {
  public Particle(SourceLocation location, Annotation annotation) {
    super(location, annotation);
  }

  public abstract  T accept(ParticleVisitor visitor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy