Class XWPFStylesShim

java.lang.Object
org.apache.tika.parser.microsoft.ooxml.xwpf.XWPFStylesShim

public class XWPFStylesShim extends Object
For Tika, all we need (so far) is a mapping between styleId and a style's name.

This class uses SAX to scrape that info out of the styles.xml file. If either the styleId or the style's name is null, no information is recorded.