
com.thaiopensource.relaxng.output.xsd.basic.AttributeUse Maven / Gradle / Ivy
package com.thaiopensource.relaxng.output.xsd.basic;
import com.thaiopensource.relaxng.edit.SourceLocation;
public abstract class AttributeUse extends Annotated {
public AttributeUse(SourceLocation location, Annotation annotation) {
super(location, annotation);
}
public abstract T accept(AttributeUseVisitor visitor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy