| Class | Description |
|---|---|
| AbstractTraversalUtilVisitorCallback | |
| AltChunkFinder | |
| AltChunkFinder.LocatedChunk |
Track the parent of altChunk.
|
| BufferUtil | |
| CompoundTraversalUtilVisitorCallback |
Use this if there is more than one object type (eg Tables and Paragraphs)
you are interested in doing something with during the traversal.
|
| FoNumberFormatUtil | |
| ResourceUtils | |
| SingleTraversalUtilVisitorCallback |
Use this if there is only a single object type (eg just P's)
you are interested in doing something with.
|
| TraversalUtilVisitor<T> |
Extend this class to specify what should be done when a
particular object (eg P or Table) is visited during the
traversal.
|
| XmlSerializerUtil | |
| XMLStreamReaderWrapper | |
| XMLStreamWriterWrapper |
This wrapper drops xmlns="" since OpenXML specifies
namespace prefix, and that empty declaration confuses some consumers.
|
| XMLStreamWriterWrapperIndenting | |
| XPathAwareCloner |
Some users wish to be able to use an XPath on the result
of cloning a JAXB object.
|
| XPathFactoryUtil | |
| XSLTUtils |
Copyright © 2007–2023. All rights reserved.