#17 Domite class>>newElement:xmlns

Затворено
отворено пре 8 година од herby · 0 коментара
Herby Vojčík коментирира пре 8 година

Originally at 2015-03-09T12:49:23Z by Hannes Hirzel closed at 2015-03-09T14:21:34Z (pull request)

Added

newElement: aString xmlns: anotherString 

    ^self fromElement: (document createElementNS: anotherString tagName: aString)

made after the model of

```` newElement: aString

^ self fromElement: (document createElement: aString)

`````

Originally at 2015-03-09T12:49:23Z by Hannes Hirzel closed at 2015-03-09T14:21:34Z (pull request) Added ```` newElement: aString xmlns: anotherString ^self fromElement: (document createElementNS: anotherString tagName: aString) ```` made after the model of ```` newElement: aString ^ self fromElement: (document createElement: aString) `````
herby затворено пре 6 година
Пријавите се да се прикључе у овом разговору.
Нема лабеле
Нема фазе
Нема одговорних
1 учесника
Учитавање...
Откажи
Сачувај
Још нема садржаја.