Class DocPropsCorePart


public class DocPropsCorePart
extends JaxbXmlPart<CoreProperties>
  • Constructor Details

  • Method Details

    • init

      public void init()
    • unmarshal

      public CoreProperties unmarshal​(java.io.InputStream is) throws jakarta.xml.bind.JAXBException
      Unmarshal XML data from the specified InputStream and return the resulting content tree. Validation event location information may be incomplete when using this form of the unmarshal API.

      Implements Unmarshal Global Root Element.

      Overrides:
      unmarshal in class JaxbXmlPart<CoreProperties>
      Parameters:
      is - the InputStream to unmarshal XML data from
      Returns:
      the newly created root object of the java content tree
      Throws:
      jakarta.xml.bind.JAXBException - If any unexpected errors occur while unmarshalling
    • xpathGetString

      public java.lang.String xpathGetString​(java.lang.String xpathString, java.lang.String prefixMappings) throws Docx4JException
      Throws:
      Docx4JException