Class Context

java.lang.Object
org.docx4j.jaxb.Context

public class Context extends Object
  • Field Details

    • jc

      public static final jakarta.xml.bind.JAXBContext jc
    • jcThemePart

      @Deprecated public static jakarta.xml.bind.JAXBContext jcThemePart
      Deprecated.
    • jcDocPropsCore

      public static jakarta.xml.bind.JAXBContext jcDocPropsCore
    • jcDocPropsCustom

      public static jakarta.xml.bind.JAXBContext jcDocPropsCustom
    • jcDocPropsExtended

      public static jakarta.xml.bind.JAXBContext jcDocPropsExtended
    • jcRelationships

      public static jakarta.xml.bind.JAXBContext jcRelationships
    • jcCustomXmlProperties

      public static jakarta.xml.bind.JAXBContext jcCustomXmlProperties
    • jcContentTypes

      public static jakarta.xml.bind.JAXBContext jcContentTypes
    • jcXmlPackage

      public static jakarta.xml.bind.JAXBContext jcXmlPackage
    • jcSectionModel

      public static jakarta.xml.bind.JAXBContext jcSectionModel
    • jcFopConfig

      public static jakarta.xml.bind.JAXBContext jcFopConfig
    • jcEncryption

      public static jakarta.xml.bind.JAXBContext jcEncryption
    • jcMCE

      public static jakarta.xml.bind.JAXBContext jcMCE
      Since:
      3.0.1
    • jaxbImplementation

      public static JAXBImplementation jaxbImplementation
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getJaxbImplementation

      public static JAXBImplementation getJaxbImplementation()
      Return the JAXB implementation detected to be in use.
      Since:
      3.3.0
    • getWmlObjectFactory

      public static ObjectFactory getWmlObjectFactory()
    • getXslFoContext

      public static jakarta.xml.bind.JAXBContext getXslFoContext()
    • getFopConfigContext

      public static jakarta.xml.bind.JAXBContext getFopConfigContext()
    • searchManifestsForJAXBImplementationInfo

      public static void searchManifestsForJAXBImplementationInfo(ClassLoader loader)
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception