org.hisrc.xml.xsom.SchemaComponentAware Maven / Gradle / Ivy
package org.hisrc.xml.xsom;
import com.sun.xml.xsom.XSComponent;
public interface SchemaComponentAware {
public XSComponent getSchemaComponent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy