// Create a new XML compiler object; the constructor
// here automatically creates the XML-specific objects
// required for parsing/serializing XML, so all we
// have to do is create an instance.
sqlxUtil = new SqlXmlUtil();
// The result type of XMLParse() is always an XML type.
setType(DataTypeDescriptor.getBuiltInDataTypeDescriptor(
StoredFormatIds.XML_TYPE_ID));
}