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

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

The newest version!
package com.thaiopensource.xml.dtd.om;

public class ImpliedValue extends AttributeDefault {
  public int getType() {
    return IMPLIED_VALUE;
  }

  public void accept(AttributeDefaultVisitor visitor) throws Exception {
    visitor.impliedValue();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy