| PropertyEditor for javax.xml.namespace.QName , to populate a property of type QName from a String value.
Expects the syntax
localPart
or
{namespace}localPart
or
{namespace}prefix:localPart
This resembles the toString() representation of QName itself, but allows for prefixes to be
specified as well.
author: Arjen Poutsma See Also: javax.xml.namespace.QName See Also: javax.xml.namespace.QName.toString See Also: javax.xml.namespace.QName.valueOf(String) since: 1.0.0 |