Skip to content

Commit

Permalink
mc:AlternateContent JAXB model
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Jan 6, 2014
1 parent 5aa2616 commit 1491394
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 85 deletions.
5 changes: 5 additions & 0 deletions src/main/java/org/docx4j/jaxb/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public class Context {
public static JAXBContext jcSectionModel;

public static JAXBContext jcXmlDSig;

/** @since 3.0.1 */
public static JAXBContext jcMCE;

private static Logger log = LoggerFactory.getLogger(Context.class);

Expand Down Expand Up @@ -157,6 +160,8 @@ public class Context {
jcSectionModel = JAXBContext.newInstance("org.docx4j.model.structure.jaxb",classLoader );

jcXmlDSig = JAXBContext.newInstance("org.plutext.jaxb.xmldsig",classLoader );

jcMCE = JAXBContext.newInstance("org.docx4.mce",classLoader );

log.debug(".. other contexts loaded ..");

Expand Down
Loading

0 comments on commit 1491394

Please sign in to comment.