public class DescriptionParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescriptionParser.IDescriptionPartCallback |
| Constructor and Description |
|---|
DescriptionParser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
parse(String txt)
Parse the given description using the default filter.
|
static void |
parse(String txt,
DescriptionParser.IDescriptionPartCallback cb)
Parse the given description.
|
public static void parse(String txt, DescriptionParser.IDescriptionPartCallback cb)
txt - text to be parsed.cb - callback to be calledCopyright © 2017. All rights reserved.