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

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

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

public class Ignore extends Flag {

  public int getType() {
    return IGNORE;
  }

  public void accept(FlagVisitor visitor) throws Exception {
    visitor.ignore();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy