Package jodd.lagarto.dom
Class Attribute
java.lang.Object
jodd.lagarto.dom.Attribute
- All Implemented Interfaces:
Cloneable
Elements attribute.
-
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