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

com.thaiopensource.relaxng.edit.ParentRefPattern Maven / Gradle / Ivy

The newest version!
package com.thaiopensource.relaxng.edit;

public class ParentRefPattern extends AbstractRefPattern {
  public ParentRefPattern(String name) {
    super(name);
  }

  public  T accept(PatternVisitor visitor) {
    return visitor.visitParentRef(this);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy