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

com.rometools.modules.atom.io.AtomLinkAttribute Maven / Gradle / Ivy

package com.rometools.modules.atom.io;

public interface AtomLinkAttribute {
    String REL = "rel";
    String TYPE = "type";
    String HREF = "href";
    String TITLE = "title";
    String HREF_LANG = "hreflang";
    String LENGTH = "length";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy