Package | Description |
---|---|
net.sf.layoutParser.context |
This package holds classes that make up the context for the parser execution.
|
net.sf.layoutParser.util.callback |
Modifier and Type | Method and Description |
---|---|
MaskTO |
MaskCatalog.getMask(String namePrefix,
String nameSufix)
Retrieve's a mask according to their full name:
namePrefix: The file name space
nameSufix: The mask name
The namePrefix for masks (and only masks) can be null when the mask is defined globally (for all the layout files)
in the configuration file. |
Modifier and Type | Method and Description |
---|---|
Map<String,MaskTO> |
MaskCatalog.getMasks() |
Modifier and Type | Method and Description |
---|---|
void |
MaskCatalog.addMask(MaskTO mask) |
Modifier and Type | Method and Description |
---|---|
void |
MaskCatalog.addAllMasks(Map<String,MaskTO> in) |
void |
MaskCatalog.setMasks(Map<String,MaskTO> masks) |
Modifier and Type | Method and Description |
---|---|
void |
LayoutListener.afterFormat(StringBuffer target,
Object data,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
LayoutListener.afterParse(String data,
Object target,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
LayoutListener.beforeFormat(StringBuffer target,
Object data,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
LayoutListener.beforeParse(String data,
Object target,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
Copyright © 2014. All Rights Reserved.