Modifier and Type | Method and Description |
---|---|
TSelf |
configure(Consumer<? super TSelf> configure)
Configures this object.
|
List<? extends Attribute> |
getAttributes()
Returns the attributes of this element.
|
Input |
getDestination()
Returns the destination input.
|
Node |
getParent()
Returns the parent element of this.
|
Output |
getSource()
Returns the source output.
|
String |
toString() |
TSelf |
withAttribute(Attribute attribute)
Adds an attribute.
|
TSelf |
withAttributes(Attribute... attributes)
Adds attributes.
|
TSelf |
withAttributes(List<? extends Attribute> attributes)
Adds attributes.
|
public Node getParent()
Element
null
if this is root elementpublic Output getSource()
public Input getDestination()
public TSelf configure(Consumer<? super TSelf> configure)
configure
- the configuratorpublic List<? extends Attribute> getAttributes()
Element
getAttributes
in interface Element
public TSelf withAttribute(Attribute attribute)
Element
withAttribute
in interface Element
attribute
- the attributepublic TSelf withAttributes(List<? extends Attribute> attributes)
Element
withAttributes
in interface Element
attributes
- the attributespublic TSelf withAttributes(Attribute... attributes)
Element
withAttributes
in interface Element
attributes
- the attributesCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.