Package org.apache.tika.parser.microsoft
Class AbstractListManager
- java.lang.Object
-
- org.apache.tika.parser.microsoft.AbstractListManager
-
- Direct Known Subclasses:
ListManager
,XWPFListManager
public abstract class AbstractListManager extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AbstractListManager.LevelTuple
protected static class
AbstractListManager.ParagraphLevelCounter
-
Field Summary
Fields Modifier and Type Field Description protected Map<Integer,AbstractListManager.ParagraphLevelCounter>
listLevelMap
protected Map<Integer,AbstractListManager.LevelTuple[]>
overrideTupleMap
-
Constructor Summary
Constructors Constructor Description AbstractListManager()
-
-
-
Field Detail
-
listLevelMap
protected Map<Integer,AbstractListManager.ParagraphLevelCounter> listLevelMap
-
overrideTupleMap
protected Map<Integer,AbstractListManager.LevelTuple[]> overrideTupleMap
-
-