Package org.docx4j.utils
package org.docx4j.utils
-
ClassesClassDescriptionTrack the parent of altChunk.Use this if there is more than one object type (eg Tables and Paragraphs) you are interested in doing something with during the traversal.Use this if there is only a single object type (eg just P's) you are interested in doing something with.Extend this class to specify what should be done when a particular object (eg P or Table) is visited during the traversal.This wrapper drops xmlns="" since OpenXML specifies namespace prefix, and that empty declaration confuses some consumers.Some users wish to be able to use an XPath on the result of cloning a JAXB object.