Class Attribute
java.lang.Object
jodd.lagarto.dom.Attribute
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getName()Returns attributes name.Returns attributes raw name.getValue()Returns attribute value.booleanisContaining(String include) Returns true if attribute is containing some value.voidSets attribute value.
-
Field Details
-
rawName
-
name
-
value
-
splits
-
-
Constructor Details
-
Attribute
-
-
Method Details
-
clone
-
getRawName
Returns attributes raw name. -
getName
Returns attributes name. -
getValue
Returns attribute value. -
setValue
Sets attribute value. -
isContaining
Returns true if attribute is containing some value.
-