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

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

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

import java.util.List;

public interface Container {
  public List getComponents();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy