Case: 1
currentChild.appendChild(xmlSpecialCharsFilter(Object(value)));
Case: 2
currentChild.appendChild("null");
Case: 3
var thisIsNotNull:XML = <root>null</root>;
if(thisIsNotNull == null){
}
Case: 1
currentChild.appendChild(xmlSpecialCharsFilter(Object(value)));
Case: 2
currentChild.appendChild("null");
Case: 3
var thisIsNotNull:XML = <root>null</root>;
if(thisIsNotNull == null){
}
Comments
Post a Comment