Changeset 1004 for trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/relationships/Namespaces.java
- Timestamp:
- 01/09/10 18:15:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/relationships/Namespaces.java
r954 r1004 20 20 21 21 package org.docx4j.openpackaging.parts.relationships; 22 23 import org.dom4j.Namespace;24 22 25 23 public class Namespaces { … … 148 146 149 147 public final static String W_NAMESPACE_DECLARATION = "xmlns:w=\"" + NS_WORD12 + "\""; 150 151 // This is dom4j specific 152 @Deprecated 153 public final static Namespace namespaceWord = new Namespace("w", NS_WORD12); 154 148 155 149 public final static String HYPERLINK = 156 150 "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink";
Note: See TracChangeset
for help on using the changeset viewer.
