| Package | Description |
|---|---|
| org.brains2b.struct | |
| org.brains2b.struct.absolute | |
| org.brains2b.struct.mark | |
| org.brains2b.struct.transformat | |
| org.brains2b.struct.transformat.formats |
| Modifier and Type | Method and Description |
|---|---|
void |
StructRule.addTransformat(Transformat format)
add a
Transformat to this rule |
void |
RepeatGroup.addTransformat(Transformat format) |
void |
StructRule.insertTransformat(int pos,
Transformat format) |
void |
RepeatGroup.insertTransformat(int pos,
Transformat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
PositionGroup.addTransformat(Transformat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkGroup.addAttribute(Position end,
java.lang.Object o,
Transformat format) |
void |
MarkGroup.addAttribute(java.lang.String end,
java.lang.Object o,
Transformat format) |
void |
MarkGroup.addTransformat(Transformat format) |
void |
MarkGroup.insertTransformat(int pos,
Transformat format) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComplexTransformat
[Short description]
[Long description]
|
interface |
SimpleTransformat
[Short description]
[Long description]
|
| Modifier and Type | Class and Description |
|---|---|
class |
StripQuotes |
| Modifier and Type | Class and Description |
|---|---|
class |
LeadingZero
Transformat which strips leading zeros from the input
|
class |
Trimmer
Transformat which strips trailing and leading spaces from the input
|