getAllElements method

List<SpWMLElement> getAllElements()

(en) Get a reference to the elements.

(ja) エレメントの参照を取得します。

Implementation

List<SpWMLElement> getAllElements() {
  return _parsedWidgets;
}