| Package | Description |
|---|---|
| org.kefirsf.bb.proc |
| Modifier and Type | Method and Description |
|---|---|
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)
Добавляет элемент в новую строку
|
CharSequence |
IfExpression.generate(Context context) |
boolean |
ProcVariable.isNextIn(Context context)
Определяет, что дальше в разбираемой строке находится нужная последовательность
|
boolean |
ProcText.isNextIn(Context context)
Определяет, что дальше в разбираемой строке находится нужная последовательность
|
boolean |
ProcPatternElement.isNextIn(Context context)
Check next subsequence
|
boolean |
ProcBol.isNextIn(Context context) |
boolean |
PatternJunk.isNextIn(Context context) |
boolean |
PatternConstant.isNextIn(Context context)
Check equals next sequence in source to this constant
|
boolean |
Check.isNextIn(Context context) |
boolean |
AbstractUrl.isNextIn(Context context)
Check next subsequence
|
boolean |
AbstractEol.isNextIn(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 |
ProcBol.parse(Context context,
ProcPatternElement terminator) |
boolean |
PatternJunk.parse(Context context,
ProcPatternElement terminator) |
boolean |
PatternConstant.parse(Context context,
ProcPatternElement terminator)
Parse constant
|
boolean |
Check.parse(Context context,
ProcPatternElement terminator) |
boolean |
AbstractUrl.parse(Context context,
ProcPatternElement terminator)
Parse element
|
boolean |
AbstractEol.parse(Context context,
ProcPatternElement terminator) |
boolean |
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. |
boolean |
ProcPattern.suspicious(Context context)
Указывает на то что следующая последовательность вполне может оказаться данным тэгом
|
boolean |
ProcCode.suspicious(Context context)
Check if next sequence can be parsed with this code.
|
| Constructor and Description |
|---|
Context(Context parent)
Constructor of child-context
|
Copyright © 2016. All rights reserved.