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

com.thaiopensource.xml.dtd.om.NameSpec Maven / Gradle / Ivy

There is a newer version: 20220510
Show newest version
package com.thaiopensource.xml.dtd.om;

public abstract class NameSpec {
  public static final int NAME = 0;
  public static final int NAME_SPEC_REF = 1;

  public abstract int getType();
  public abstract void accept(NameSpecVisitor visitor) throws Exception;
  public abstract String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy