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

com.hfg.xml.msofficexml.docx.RelationshipXML Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
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);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy