Get a cheap representation of an empty string.returnAn non-null reference to an XMLString that represents "".
Create a new XMLString from a Java string.paramstring Java String reference, which must be non-null.returnAn XMLString object that wraps the String reference.
Create a XMLString from a FastStringBuffer.paramstring FastStringBuffer reference, which must be non-null.paramstart The start position in the array.paramlength The number of characters to read from the array.returnAn XMLString object that wraps the FastStringBuffer reference.