Метод | Описание | |
---|---|---|
Clear ( ) : void |
Clear the name, type and attributes.
|
|
Clone ( ) : object |
Clone this object.
|
|
GetAttributeInt ( String attributeId ) : int |
Get the specified attribute as an integer.
|
|
GetAttributeValue ( String name ) : String |
Get the value of the specified attribute.
|
|
SetAttribute ( String name, String valueRen ) : void |
Set a HTML attribute.
|
|
ToString ( ) : String |
Convert this tag back into string form, with the beginning < and ending >.
|
public GetAttributeInt ( String attributeId ) : int | ||
attributeId | String | The attribute name. |
Результат | int |
public GetAttributeValue ( String name ) : String | ||
name | String | The name of an attribute. |
Результат | String |
public SetAttribute ( String name, String valueRen ) : void | ||
name | String | The name of the attribute. |
valueRen | String | The value of the attribute. |
Результат | void |