#17 Domite class>>newElement:xmlns

Затворени
отворен преди 8 години от herby · 0 коментара

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) `````
Впишете се за да се присъедините към разговора.
Няма етикет
Няма етап
Няма изпълнител
1 участника
Зареждане...
Отказ
Запис
Все още няма съдържание.