|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.kefirsf.bb.proc | |
| Uses of Context in org.kefirsf.bb.proc |
|---|
| Methods in org.kefirsf.bb.proc with parameters of type Context | |
|---|---|
CharSequence |
TemplateConstant.generate(Context context)
|
CharSequence |
ProcTemplateElement.generate(Context context)
Append template element to source of context |
void |
ProcTemplate.generate(Context context)
Append to result string processed text. |
CharSequence |
ProcNamedValue.generate(Context context)
Добавляет элемент в новую строку |
boolean |
ProcPattern.parse(Context context)
Parse context with this pattern |
boolean |
ProcVariable.parse(Context context,
ProcPatternElement terminator)
Парсит элемент |
boolean |
ProcText.parse(Context context,
ProcPatternElement terminator)
Парсит элемент |
boolean |
ProcPatternElement.parse(Context context,
ProcPatternElement terminator)
Parse element |
boolean |
PatternJunk.parse(Context context,
ProcPatternElement terminator)
|
boolean |
PatternConstant.parse(Context context,
ProcPatternElement terminator)
Parse constant |
void |
ProcScope.process(Context context)
Парсит тект с BB-кодами |
boolean |
ProcCode.process(Context context)
Parse bb-code Before invocation suspicious method must be call |
protected void |
ProcNamedElement.setAttribute(Context context,
CharSequence value)
Add attribute with name of this element name and value value to context. |
| Constructors in org.kefirsf.bb.proc with parameters of type Context | |
|---|---|
Context(Context parent)
Constructor of child-context |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||