setNamespace(end, namespaceURI);
return end;
} else if (elementName.equals("basePoint1")) {
CubicBezier lineSegment = (CubicBezier) contextObject;
BasePoint1 basePoint1 = (BasePoint1) newContextObject;
lineSegment.setBasePoint1(basePoint1);
setNamespace(basePoint1, namespaceURI);
return basePoint1;
} else if (elementName.equals("basePoint2")) {
CubicBezier lineSegment = (CubicBezier) contextObject;