| Converts a stringified representation of a QName into a QName.
The string representation is assumed to be of the form:
"{" + Namespace URI + "}" + local part. If the Namespace URI
.equals(XMLConstants.NULL_NS_URI) , the string representation
only consists of the local part.
throws: IllegalArgumentException - if the string is not of this format. Parameters: str - string representation of the QName. the QName. |