com.hfg.xml.msofficexml.docx.RelationshipXML Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com_hfg Show documentation
Show all versions of com_hfg Show documentation
com.hfg xml, html, svg, and bioinformatics utility library
package com.hfg.xml.msofficexml.docx;
import com.hfg.xml.XMLName;
import com.hfg.xml.XMLNamespace;
/**
* Created with IntelliJ IDEA.
* User: taylora
* Date: 5/20/13
* Time: 9:06 PM
* To change this template use File | Settings | File Templates.
*/
public class RelationshipXML
{
public static final XMLNamespace RELATIONSHIP_NAMESPACE = XMLNamespace.getNamespace("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
public static final XMLName EMBED_ATT = new XMLName("embed", RELATIONSHIP_NAMESPACE);
public static final XMLName ID_ATT = new XMLName("id", RELATIONSHIP_NAMESPACE);
public static final XMLName LINK_ATT = new XMLName("link", RELATIONSHIP_NAMESPACE);
}