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

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

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

public interface AttributeDefaultVisitor {
  public void defaultValue(String value) throws Exception;
  public void fixedValue(String value) throws Exception;
  public void impliedValue() throws Exception;
  public void requiredValue() throws Exception;
  public void attributeDefaultRef(String name, AttributeDefault ad)
    throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy