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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy