CompositeElements
public final class CompositeElements : ElementProtocol
Undocumented
-
Undocumented
Declaration
Swift
public var objects: [ElementProtocol]
-
This method append a new element in objects list
Declaration
Swift
public func add<T>(_ element: T)
Parameters
element
Generic Type
ElementProtocol
orString
-
This method return tag and all elements
Declaration
Swift
public func getString() -> String
Return Value
String
tag and all elements -
This method print tag and all elements
Declaration
Swift
public func generate()