Package | Description |
---|---|
com.machinezoo.pushmode.dom |
DOM tree nodes and constructors.
|
Modifier and Type | Method and Description |
---|---|
DomAttribute |
DomAttributes.attribute(String name) |
DomAttribute |
DomElement.attribute(String name) |
Modifier and Type | Method and Description |
---|---|
List<DomAttribute> |
DomAttributes.attributes() |
List<DomAttribute> |
DomElement.attributes() |
Modifier and Type | Method and Description |
---|---|
DomElement |
DomAttributes.set(DomAttribute attribute) |
DomElement |
DomElement.set(DomAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
DomElement |
DomElement.set(Iterable<DomAttribute> attributes) |
DomElement |
DomElement.set(Stream<DomAttribute> attributes) |
Copyright © 2015–2020 Robert Važan. All rights reserved.