this.currentService.setBaseReference(new Reference(attr));
}
this.state = IN_SERVICE;
} else if (localName.equalsIgnoreCase("workspace")) {
if (this.state == IN_SERVICE) {
this.currentWorkspace = new Workspace(this.currentService);
String attr = attrs.getValue("xml:base");
if (attr != null) {
this.currentWorkspace.setBaseReference(new Reference(
attr));
}