|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kefirsf.bb.proc.ProcNamedElement
public abstract class ProcNamedElement
Named element are variable and text ProcPatternElement or ProcTemplateElement
| Constructor Summary | |
|---|---|
protected |
ProcNamedElement(String name)
Create named element |
| Method Summary | |
|---|---|
String |
getName()
Get element name |
protected void |
setAttribute(Context context,
CharSequence value)
Add attribute with name of this element name and value value to context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ProcNamedElement(String name)
name - name of element| Method Detail |
|---|
public String getName()
protected void setAttribute(Context context,
CharSequence value)
value to context.
context - contextvalue - variable value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||