-
public final class RRElementNode extends RRNode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRRElementNode.Companion
-
Method Summary
Modifier and Type Method Description final StringgetTagName()final UnitsetTagName(@SerializedName(value = tagName) String tagName)final Map<String, Object>getAttributes()final UnitsetAttributes(@SerializedName(value = attributes) Map<String, Object> attributes)final List<RRNode>getChildNodes()final BooleangetIsSVG()final UnitsetIsSVG(@SerializedName(value = isSVG) Boolean isSVG)final BooleangetNeedBlock()final UnitsetNeedBlock(@SerializedName(value = needBlock) Boolean needBlock)final BooleangetIsCustom()final UnitsetIsCustom(@SerializedName(value = isCustom) Boolean isCustom)final IntegergetId()final IntegergetType()-
-
Method Detail
-
getTagName
final String getTagName()
-
setTagName
final Unit setTagName(@SerializedName(value = tagName) String tagName)
-
getAttributes
final Map<String, Object> getAttributes()
-
setAttributes
final Unit setAttributes(@SerializedName(value = attributes) Map<String, Object> attributes)
-
getChildNodes
final List<RRNode> getChildNodes()
-
getNeedBlock
final Boolean getNeedBlock()
-
setNeedBlock
final Unit setNeedBlock(@SerializedName(value = needBlock) Boolean needBlock)
-
getIsCustom
final Boolean getIsCustom()
-
setIsCustom
final Unit setIsCustom(@SerializedName(value = isCustom) Boolean isCustom)
-
-
-
-