Package org.omegat.filters3
Class Attribute
java.lang.Object
org.omegat.filters3.Attribute
One attribute of a tag.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Attribute
Creates a new instance of Attribute
-
-
Method Details
-
getName
Returns attribute's name. -
getValue
Returns attribute's value. -
setValue
Sets attribute's value.Actually an ugly hack to allow quick & dirty translation of attributes. Normal solution requires too much time :-(
-
toString
Returns a string representation of the attribute. name="value".
-