public abstract class ProcNamedElement extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProcNamedElement(String name)
Create named element
|
| Modifier and Type | Method and Description |
|---|---|
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. |
protected ProcNamedElement(String name)
name - name of elementpublic String getName()
protected void setAttribute(Context context, CharSequence value)
value to context.context - contextvalue - variable valueCopyright © 2016. All rights reserved.