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

com.thaiopensource.relaxng.edit.NameClass Maven / Gradle / Ivy

There is a newer version: 20220510
Show newest version
package com.thaiopensource.relaxng.edit;

import com.thaiopensource.relaxng.parse.SchemaBuilder;

public abstract class NameClass extends Annotated {
  public static final String INHERIT_NS = SchemaBuilder.INHERIT_NS;
  public abstract  T accept(NameClassVisitor visitor);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy