|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.init.its.process.ItsStyleProcessor
public class ItsStyleProcessor
Service class to provide the style section node for an ODT file and the appropriate style mapping
Method Summary | |
---|---|
static ItsStyleProcessor |
getProcessor()
Returns a singleton instance of the styleprocessor uninitialized |
static ItsStyleProcessor |
getProcessor(boolean init)
Returns an instance of the ItsStyleProcessor using an optional initializing |
java.lang.String |
getStyleId(IitsTagElement element)
Returns the style id for an IitsTagElement |
java.lang.String |
getStyleId(ItsAttributes.DataCategories dc)
Returns the style id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ItsStyleProcessor getProcessor(boolean init)
init
- boolean flag to indicate initializing (reseting ids, reload style configuration)
public static ItsStyleProcessor getProcessor()
public java.lang.String getStyleId(ItsAttributes.DataCategories dc)
dc
- the data category to look for a style
public java.lang.String getStyleId(IitsTagElement element)
IitsTagElement
element
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |