* Creates and registers the standard Namespace instances and those custom
* namespaces that are embedded.
*/
private void setupNamespaces() {
// Register the standard Namespaces.
final NamespaceFO fo = new NamespaceFO();
registerNamespace(fo);
this.namespaceFO = fo;
final NamespaceXML xml = new NamespaceXML();
registerNamespace(xml);
this.namespaceXML = xml;