null
. If not null
the method willfill the array with the result and return the passed in array. This allows a String array to be reused. If this parameter is null
then a new String array will be created to hold the result. The size of the array must be 2
@return The result of the split. The first element corresponds to the namespaceand the second element corresponds to the local name. If the string could not be split into a namespace and local name then the first element will be an empty string and the second element will an empty string
|
|
|
|