Package com.github.t1.bulmajava.basic
Class Attributes
java.lang.Object
com.github.t1.bulmajava.basic.Attributes
- All Implemented Interfaces:
Renderable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.t1.bulmajava.basic.Renderable
Renderable.ConcatenatedRenderable, Renderable.Indented, Renderable.RenderableString, Renderable.UnsafeString -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(Predicate<Renderable> predicate) findAttribute(Predicate<Attribute> predicate) findAttributes(Predicate<Attribute> predicate) booleanhasAttribute(Attribute attribute) booleanhasAttribute(String key, String value) booleanhasAttribute(Predicate<Attribute> predicate) booleanisEmpty()static AttributesvoidvoidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.t1.bulmajava.basic.Renderable
find, hasClass, render, rendersOnSeparateLines
-
Constructor Details
-
Attributes
public Attributes()
-
-
Method Details
-
of
-
toString
-
find
- Specified by:
findin interfaceRenderable
-
hasAttribute
-
hasAttribute
-
hasAttribute
-
findAttribute
-
findAttributes
-
isEmpty
public boolean isEmpty() -
add
-
remove
-
replace
-
render
- Specified by:
renderin interfaceRenderable
-